Package org.atmosphere.cpr
Interface BroadcastFilterLifecycle
- All Superinterfaces:
BroadcastFilter
- All Known Subinterfaces:
ClusterBroadcastFilter
Add lifecycle method to the
BroadcastFilter interface.- Author:
- Jeanfrancois Arcand
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.atmosphere.cpr.BroadcastFilter
BroadcastFilter.BroadcastAction -
Field Summary
Fields inherited from interface org.atmosphere.cpr.BroadcastFilter
VOID_ATMOSPHERE_RESOURCE_UUID -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Destroy thisBroadcastFilterand its internal resources.voidinit(AtmosphereConfig config) Initialize theBroadcastFilter.Methods inherited from interface org.atmosphere.cpr.BroadcastFilter
filter
-
Method Details
-
init
Initialize theBroadcastFilter. -
destroy
void destroy()Destroy thisBroadcastFilterand its internal resources.
-