Uses of Class
de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ExecutionMessage
-
-
Uses of ExecutionMessage in de.aristaflow.ilm.core.runtimeservice
Methods in de.aristaflow.ilm.core.runtimeservice with parameters of type ExecutionMessage Modifier and Type Method Description @Valid ReplyMessage<?>
ExecutionMessageRespondingCallback. dispatch(@NotNull @Valid ExecutionMessage message)
void
ExecutionMessageCallback. notify(@NotNull @Valid ExecutionMessage message)
This does not send the reply directly. -
Uses of ExecutionMessage in de.aristaflow.ilm.model.runtimeenvironment.messages.execution
Subclasses of ExecutionMessage in de.aristaflow.ilm.model.runtimeenvironment.messages.execution Modifier and Type Class Description class
AbstractBooleanReplyMessage
class
BooleanReplyMessage
class
CommitMessage
class
NullReplyMessage
A special reply message indicating that no explicit reply is expected butnull
.class
PrepareCommitMessage
class
ReplyMessage<T>
class
SignalMessage
Methods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution with type parameters of type ExecutionMessage Modifier and Type Method Description protected 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 ExecutionMessage Modifier and Type Method Description static ExecutionMessage
Transformation. toIlm(de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ExecutionMessage em)
Methods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution with parameters of type ExecutionMessage Modifier and Type Method Description static de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ExecutionMessage
Transformation. 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 ExecutionMessage Modifier and Type Method Description List<@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 ExecutionMessage Modifier and Type Method Description List<@NotNull @Valid ExecutionMessage>
RemoteRuntimeEnvironmentRest. getUnrepliedRequests(@NotNull String sessionId)
Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice with parameters of type ExecutionMessage Modifier and Type Method Description @Valid ReplyMessage
ExecutionMessageNotificationRest. dispatch(String xAfAcceptVersion, @NotNull @Valid ExecutionMessage message)
ReplyMessage<?>
ExecutionMessageNotificationRestStub. dispatch(ExecutionMessage message)
void
ExecutionMessageNotificationRestStub. notify(ExecutionMessage message)
void
ExecutionMessageNotificationSseStub. notify(ExecutionMessage message)
-