Uses of Class
de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ExecutionMessage
Packages that use ExecutionMessage
Package
Description
-
Uses of ExecutionMessage in de.aristaflow.ilm.core.runtimeservice
Methods in de.aristaflow.ilm.core.runtimeservice with parameters of type ExecutionMessageModifier and TypeMethodDescription@Valid ReplyMessage<?>ExecutionMessageRespondingCallback.dispatch(@NotNull @Valid ExecutionMessage message) voidExecutionMessageCallback.notify(@NotNull @Valid ExecutionMessage message) This does not send the reply directly. -
Uses of ExecutionMessage in de.aristaflow.ilm.model.runtimeenvironment.messages.execution
Modifier and TypeClassDescriptionclassclassclassclassA special reply message indicating that no explicit reply is expected butnull.classclassReplyMessage<T>classMethods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution with type parameters of type ExecutionMessageModifier and TypeMethodDescriptionprotected static <E extends de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ExecutionMessage,R extends ExecutionMessage>
RTransformation.fillExecMsg(E em, R ret) Methods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution that return ExecutionMessageModifier and TypeMethodDescriptionstatic ExecutionMessageTransformation.toIlm(de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ExecutionMessage em) Methods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution with parameters of type ExecutionMessageModifier and TypeMethodDescriptionstatic de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ExecutionMessageTransformation.fromIlm(ExecutionMessage em) -
Uses of ExecutionMessage in de.aristaflow.ilm.ws.core.runtimeservice
Methods in de.aristaflow.ilm.ws.core.runtimeservice that return types with arguments of type ExecutionMessageModifier and TypeMethodDescriptionList<@Valid ExecutionMessage>RemoteRuntimeEnvironmentWebService.getUnrepliedRequests(@NotNull @Valid SessionToken session, @NotNull String sessionId) -
Uses of ExecutionMessage in de.aristaflow.ilm.ws.rest.core.runtimeservice
Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice that return types with arguments of type ExecutionMessageModifier and TypeMethodDescriptionList<@NotNull @Valid ExecutionMessage>RemoteRuntimeEnvironmentRest.getUnrepliedRequests(@NotNull String sessionId) Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice with parameters of type ExecutionMessageModifier and TypeMethodDescription@Valid ReplyMessageExecutionMessageNotificationRest.dispatch(String xAfAcceptVersion, @NotNull @Valid ExecutionMessage message) ReplyMessage<?>ExecutionMessageNotificationRestStub.dispatch(ExecutionMessage message) voidExecutionMessageNotificationRestStub.notify(ExecutionMessage message) voidExecutionMessageNotificationSseStub.notify(ExecutionMessage message)