@ApplicationScoped public class BroadcasterFactoryInjectable extends 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(Type t)
Return true if this class support injection of this type.
|
public boolean supportedType(Type t)
InjectablesupportedType in interface Injectable<BroadcasterFactory>t - the fieldpublic BroadcasterFactory injectable(AtmosphereConfig config)
Injectableinjectable in interface Injectable<BroadcasterFactory>config - the AtmosphereConfigCopyright © 2016. All rights reserved.