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 interfaceExecutionMessageRespondingCallbackThis 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 SimpleSessionContextRemoteActivityStartingWebService. resumeActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ExecutionMessageCallback callback)@NotNull @Valid SimpleSessionContextRemoteActivityStartingWebService. startActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ProcessConstants.ExecutionMode executionMode, ExecutionMessageCallback callback)protected ExecutionMessageNotificationRemoteActivityStartingWebService. 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 classExecutionMessageNotificationRestStubA stub implementingExecutionMessageRespondingCallbackand calling a REST service conforming toExecutionMessageNotificationRest.classExecutionMessageNotificationSseStubA stub implementingExecutionMessageCallbackand sending server-sent events.Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice with parameters of type ExecutionMessageCallback Modifier and Type Method Description protected SimpleSessionContextRemoteActivityStartingRest. _resumeActivity(EbpInstanceReference activity, ExecutionMessageCallback callback)protected SimpleSessionContextRemoteActivityStartingRest. _startActivity(ProcessConstants.ExecutionMode executionMode, EbpInstanceReference activity, ExecutionMessageCallback callback)
-