Uses of Class
de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ReplyMessage
Packages that use ReplyMessage
Package
Description
-
Uses of ReplyMessage in de.aristaflow.ilm.core.runtimeservice
Fields in de.aristaflow.ilm.core.runtimeservice with type parameters of type ReplyMessageModifier and TypeFieldDescriptionprotected final Map<String,Map<Long, CompletableFuture<ReplyMessage<?>>>> MessageDemux.waitingThe futures awaited by server notifications indexed by session ID and message ID.Methods in de.aristaflow.ilm.core.runtimeservice that return ReplyMessageModifier and TypeMethodDescription@Valid ReplyMessage<?>ExecutionMessageRespondingCallback.dispatch(@NotNull @Valid ExecutionMessage message) Methods in de.aristaflow.ilm.core.runtimeservice that return types with arguments of type ReplyMessageModifier and TypeMethodDescriptionFuture<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 ReplyMessageModifier and TypeMethodDescriptionbooleanMessageDemux.reply(ReplyMessage<?> reply) Replies to an execution message with the designated reply. -
Uses of ReplyMessage in de.aristaflow.ilm.model.runtimeenvironment.messages.execution
Modifier and TypeClassDescriptionclassclassclassA special reply message indicating that no explicit reply is expected butnull.classclassMethods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution with type parameters of type ReplyMessageModifier and TypeMethodDescriptionprotected static <T,E extends de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ReplyMessage<T>, R extends ReplyMessage<T>>
RTransformation.fillReplyMsg(E em, R ret) Methods in de.aristaflow.ilm.model.runtimeenvironment.messages.execution that return ReplyMessageModifier and TypeMethodDescriptionstatic 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 ReplyMessageModifier and TypeMethodDescriptionstatic 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 ReplyMessageModifier and TypeMethodDescription@NotNull BooleanRemoteRuntimeEnvironmentWebService.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 ReplyMessageModifier and TypeMethodDescription@Valid ReplyMessageExecutionMessageNotificationRest.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 ReplyMessageModifier and TypeMethodDescription@NotNull BooleanRemoteRuntimeEnvironmentRest.replyMessage(@NotNull @Valid ReplyMessage reply)