Package org.atmosphere.inject
Class MetaBroadcasterInjectable
java.lang.Object
org.atmosphere.inject.MetaBroadcasterInjectable
- All Implemented Interfaces:
Injectable<MetaBroadcaster>
@ApplicationScoped
public class MetaBroadcasterInjectable
extends Object
implements Injectable<MetaBroadcaster>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninjectable(AtmosphereConfig config) Returns an instance of the TbooleanReturn true if this class support injection of this type.
-
Constructor Details
-
MetaBroadcasterInjectable
public MetaBroadcasterInjectable()
-
-
Method Details
-
supportedType
Description copied from interface:InjectableReturn true if this class support injection of this type.- Specified by:
supportedTypein interfaceInjectable<MetaBroadcaster>- Parameters:
t- the field- Returns:
- true if this class support injection
-
injectable
Description copied from interface:InjectableReturns an instance of the T- Specified by:
injectablein interfaceInjectable<MetaBroadcaster>- Parameters:
config- theAtmosphereConfig- Returns:
- Return an instance of the T
-