Uses of Class
de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ReplyMessage
-
-
Uses of ReplyMessage in de.aristaflow.ilm.core.runtimeservice
Fields in de.aristaflow.ilm.core.runtimeservice with type parameters of type ReplyMessage Modifier and Type Field Description protected Map<String,Map<Long,CompletableFuture<ReplyMessage<?>>>>
MessageDemux. waiting
The futures awaited by server notifications indexed by session ID and message ID.Methods in de.aristaflow.ilm.core.runtimeservice that return ReplyMessage Modifier and Type Method Description @Valid ReplyMessage<?>
ExecutionMessageRespondingCallback. dispatch(@NotNull @Valid ExecutionMessage message)
Methods in de.aristaflow.ilm.core.runtimeservice that return types with arguments of type ReplyMessage Modifier and Type Method Description Future<ReplyMessage<?>>
MessageDemux. registerNotification(String sessionId, long messageId)
Registers a notification for the designated session and message ID and returns the corresponding future providing the reply message.Methods in de.aristaflow.ilm.core.runtimeservice with parameters of type ReplyMessage Modifier and Type Method Description boolean
MessageDemux. reply(ReplyMessage<?> reply)
Replies to an execution message with the designated reply. -
Uses of ReplyMessage in de.aristaflow.ilm.model.runtimeenvironment.messages.execution
Subclasses of ReplyMessage in de.aristaflow.ilm.model.runtimeenvironment.messages.execution Modifier and Type Class Description class
BooleanReplyMessage
class
CloseMessage
class
KillMessage
class
NullReplyMessage
A special reply message indicating that no explicit reply is expected butnull
.class
PrepareCommitMessage
class
ResetMessage
class
RollbackMessage
class
SignalMessage
class
SuspendMessage
Methods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution that return ReplyMessage Modifier and Type Method Description static ReplyMessage<?>
Transformation. toIlm(de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ReplyMessage<?> rm)
Methods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution with parameters of type ReplyMessage Modifier and Type Method Description static de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ReplyMessage<?>
Transformation. fromIlm(ReplyMessage rm)
-
Uses of ReplyMessage in de.aristaflow.ilm.ws.core.runtimeservice
Methods in de.aristaflow.ilm.ws.core.runtimeservice with parameters of type ReplyMessage Modifier and Type Method Description @NotNull Boolean
RemoteRuntimeEnvironmentWebService. replyMessage(@NotNull @Valid SessionToken session, @NotNull @Valid ReplyMessage<?> reply)
-
Uses of ReplyMessage in de.aristaflow.ilm.ws.rest.core.runtimeservice
Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice that return ReplyMessage Modifier and Type Method Description @Valid ReplyMessage
ExecutionMessageNotificationRest. dispatch(String xAfAcceptVersion, @NotNull @Valid ExecutionMessage message)
ReplyMessage<?>
ExecutionMessageNotificationRestStub. dispatch(ExecutionMessage message)
Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice with parameters of type ReplyMessage Modifier and Type Method Description @NotNull Boolean
RemoteRuntimeEnvironmentRest. replyMessage(@NotNull @Valid ReplyMessage reply)
-