Uses of Class
step.functions.io.AbstractSession
Packages that use AbstractSession
-
Uses of AbstractSession in step.handlers.javahandler
Fields in step.handlers.javahandler declared as AbstractSessionModifier and TypeFieldDescriptionprotected AbstractSession
AbstractKeyword.session
protected AbstractSession
AbstractKeyword.tokenSession
Methods in step.handlers.javahandler that return AbstractSessionMethods in step.handlers.javahandler with parameters of type AbstractSessionModifier and TypeMethodDescriptionOutput<javax.json.JsonObject>
KeywordExecutor.handle
(Input<javax.json.JsonObject> input, AbstractSession tokenSession, AbstractSession tokenReservationSession, Map<String, String> properties) void
AbstractKeyword.setSession
(AbstractSession session) void
AbstractKeyword.setTokenSession
(AbstractSession tokenSession)