Uses of Interface
de.aristaflow.ilm.core.runtimeservice.ExecutionMessageCallback
-
Packages that use ExecutionMessageCallback Package Description de.aristaflow.ilm.core.runtimeservice de.aristaflow.ilm.ws.core.runtimeservice de.aristaflow.ilm.ws.rest.core.runtimeservice -
-
Uses of ExecutionMessageCallback in de.aristaflow.ilm.core.runtimeservice
Subinterfaces of ExecutionMessageCallback in de.aristaflow.ilm.core.runtimeservice Modifier and Type Interface Description interface
ExecutionMessageRespondingCallback
This callback requires communication in both directions. -
Uses of ExecutionMessageCallback in de.aristaflow.ilm.ws.core.runtimeservice
Methods in de.aristaflow.ilm.ws.core.runtimeservice with parameters of type ExecutionMessageCallback Modifier and Type Method Description @NotNull @Valid SimpleSessionContext
RemoteActivityStartingWebService. resumeActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ExecutionMessageCallback callback)
@NotNull @Valid SimpleSessionContext
RemoteActivityStartingWebService. startActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ProcessConstants.ExecutionMode executionMode, ExecutionMessageCallback callback)
protected ExecutionMessageNotification
RemoteActivityStartingWebService. wrap(SessionToken st, ExecutionMessageCallback callback)
-
Uses of ExecutionMessageCallback in de.aristaflow.ilm.ws.rest.core.runtimeservice
Classes in de.aristaflow.ilm.ws.rest.core.runtimeservice that implement ExecutionMessageCallback Modifier and Type Class Description class
ExecutionMessageNotificationRestStub
A stub implementingExecutionMessageRespondingCallback
and calling a REST service conforming toExecutionMessageNotificationRest
.class
ExecutionMessageNotificationSseStub
A stub implementingExecutionMessageCallback
and sending server-sent events.Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice with parameters of type ExecutionMessageCallback Modifier and Type Method Description protected SimpleSessionContext
RemoteActivityStartingRest. _resumeActivity(EbpInstanceReference activity, ExecutionMessageCallback callback)
protected SimpleSessionContext
RemoteActivityStartingRest. _startActivity(ProcessConstants.ExecutionMode executionMode, EbpInstanceReference activity, ExecutionMessageCallback callback)
-