Package com.tangosol.net.events
Interface SessionDispatcher
- 
- All Superinterfaces:
 EventDispatcher
public interface SessionDispatcher extends EventDispatcher
- Since:
 - 20.12
 - Author:
 - Jonathan Knight 2020.12.16
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.tangosol.net.events.EventDispatcher
EventDispatcher.InterceptorRegistrationEvent<E extends Event<? extends Enum>> 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Return the name of theSessioninstance that thisSessionDispatcheris associated with.- 
Methods inherited from interface com.tangosol.net.events.EventDispatcher
addEventInterceptor, addEventInterceptor, addEventInterceptor, getSupportedTypes, removeEventInterceptor, removeEventInterceptor 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getName
String getName()
Return the name of theSessioninstance that thisSessionDispatcheris associated with.- Returns:
 - the name of the 
Sessioninstance 
 
 - 
 
 -