@ApplicationScoped public class MetaBroadcasterInjectable extends java.lang.Object implements Injectable<MetaBroadcaster>
| Constructor and Description |
|---|
MetaBroadcasterInjectable() |
| Modifier and Type | Method and Description |
|---|---|
MetaBroadcaster |
injectable(AtmosphereConfig config)
Returns an instance of the T
|
boolean |
supportedType(java.lang.reflect.Type t)
Return true if this class support injection of this type.
|
public boolean supportedType(java.lang.reflect.Type t)
InjectablesupportedType in interface Injectable<MetaBroadcaster>t - the fieldpublic MetaBroadcaster injectable(AtmosphereConfig config)
Injectableinjectable in interface Injectable<MetaBroadcaster>config - the AtmosphereConfigCopyright © 2018. All Rights Reserved.