@ApplicationScoped public class BroadcasterFactoryInjectable extends java.lang.Object implements Injectable<BroadcasterFactory>
| Constructor and Description |
|---|
BroadcasterFactoryInjectable() |
| Modifier and Type | Method and Description |
|---|---|
BroadcasterFactory |
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<BroadcasterFactory>t - the fieldpublic BroadcasterFactory injectable(AtmosphereConfig config)
Injectableinjectable in interface Injectable<BroadcasterFactory>config - the AtmosphereConfigCopyright © 2020. All Rights Reserved.