Uses of Interface
org.tentackle.session.SessionTaskDispatcher
-
Uses of SessionTaskDispatcher in org.tentackle.session
Subinterfaces of SessionTaskDispatcher in org.tentackle.sessionClasses in org.tentackle.session that implement SessionTaskDispatcherModifier and TypeClassDescriptionclassA thread executing tasks in a serialized manner on an exclusive connection.Methods in org.tentackle.session that return SessionTaskDispatcherModifier and TypeMethodDescriptionSession.getDispatcher()Gets the dispatcher for this session.
The dispatcher can be used to submit asynchronous tasks in a serial manner.