Uses of Class
step.functions.io.AbstractSession
-
Packages that use AbstractSession Package Description step.handlers.javahandler -
-
Uses of AbstractSession in step.handlers.javahandler
Fields in step.handlers.javahandler declared as AbstractSession Modifier and Type Field Description protected AbstractSession
AbstractKeyword. session
protected AbstractSession
AbstractKeyword. tokenSession
Methods in step.handlers.javahandler that return AbstractSession Modifier and Type Method Description AbstractSession
AbstractKeyword. getSession()
AbstractSession
AbstractKeyword. getTokenSession()
Methods in step.handlers.javahandler with parameters of type AbstractSession Modifier and Type Method Description Output<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)
-