Uses of Class
io.fluxcapacitor.javaclient.common.Message
-
-
Uses of Message in io.fluxcapacitor.javaclient.common.serialization
Methods in io.fluxcapacitor.javaclient.common.serialization that return Message Modifier and Type Method Description MessageDeserializingMessage. toMessage()Methods in io.fluxcapacitor.javaclient.common.serialization with parameters of type Message Modifier and Type Method Description SerializedMessageMessageSerializer. serialize(Message message) -
Uses of Message in io.fluxcapacitor.javaclient.modeling
Methods in io.fluxcapacitor.javaclient.modeling with parameters of type Message Modifier and Type Method Description Aggregate<T>Aggregate. apply(Message eventMessage)Method parameters in io.fluxcapacitor.javaclient.modeling with type arguments of type Message Modifier and Type Method Description default Aggregate<T>Aggregate. apply(Function<T,Message> eventFunction) -
Uses of Message in io.fluxcapacitor.javaclient.persisting.eventsourcing
Methods in io.fluxcapacitor.javaclient.persisting.eventsourcing with parameters of type Message Modifier and Type Method Description Aggregate<T>EventSourcedModel. apply(Message eventMessage)Aggregate<T>EventSourcingRepository.EventSourcedAggregate. apply(Message eventMessage)SerializedMessageEventStoreSerializer. serialize(Message message) -
Uses of Message in io.fluxcapacitor.javaclient.publishing
Methods in io.fluxcapacitor.javaclient.publishing that return types with arguments of type Message Modifier and Type Method Description Function<Message,SerializedMessage>DispatchInterceptor. interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType)CompletableFuture<Message>CommandGateway. sendForMessage(Message message)CompletableFuture<Message>DefaultGenericGateway. sendForMessage(Message message)CompletableFuture<Message>QueryGateway. sendForMessage(Message message)CompletableFuture<Message>RequestGateway. sendForMessage(Message message)CompletableFuture<Message>DefaultRequestHandler. sendRequest(SerializedMessage request, Consumer<SerializedMessage> requestSender)CompletableFuture<Message>RequestHandler. sendRequest(SerializedMessage request, Consumer<SerializedMessage> requestSender)Methods in io.fluxcapacitor.javaclient.publishing with parameters of type Message Modifier and Type Method Description voidDefaultEventGateway. publish(Message message)voidEventGateway. publish(Message message)default <R> CompletableFuture<R>RequestGateway. send(Message message)voidDefaultGenericGateway. sendAndForget(Message message)voidRequestGateway. sendAndForget(Message message)default <R> RRequestGateway. sendAndWait(Message message)CompletableFuture<Message>CommandGateway. sendForMessage(Message message)CompletableFuture<Message>DefaultGenericGateway. sendForMessage(Message message)CompletableFuture<Message>QueryGateway. sendForMessage(Message message)CompletableFuture<Message>RequestGateway. sendForMessage(Message message)Method parameters in io.fluxcapacitor.javaclient.publishing with type arguments of type Message Modifier and Type Method Description Function<Message,SerializedMessage>DispatchInterceptor. interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType) -
Uses of Message in io.fluxcapacitor.javaclient.publishing.correlation
Methods in io.fluxcapacitor.javaclient.publishing.correlation that return types with arguments of type Message Modifier and Type Method Description Function<Message,SerializedMessage>CorrelatingInterceptor. interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType)Method parameters in io.fluxcapacitor.javaclient.publishing.correlation with type arguments of type Message Modifier and Type Method Description Function<Message,SerializedMessage>CorrelatingInterceptor. interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType) -
Uses of Message in io.fluxcapacitor.javaclient.publishing.dataprotection
Methods in io.fluxcapacitor.javaclient.publishing.dataprotection that return types with arguments of type Message Modifier and Type Method Description Function<Message,SerializedMessage>DataProtectionInterceptor. interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType)Method parameters in io.fluxcapacitor.javaclient.publishing.dataprotection with type arguments of type Message Modifier and Type Method Description Function<Message,SerializedMessage>DataProtectionInterceptor. interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType) -
Uses of Message in io.fluxcapacitor.javaclient.publishing.routing
Methods in io.fluxcapacitor.javaclient.publishing.routing that return types with arguments of type Message Modifier and Type Method Description Function<Message,SerializedMessage>MessageRoutingInterceptor. interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType)Method parameters in io.fluxcapacitor.javaclient.publishing.routing with type arguments of type Message Modifier and Type Method Description Function<Message,SerializedMessage>MessageRoutingInterceptor. interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType) -
Uses of Message in io.fluxcapacitor.javaclient.scheduling
Subclasses of Message in io.fluxcapacitor.javaclient.scheduling Modifier and Type Class Description classScheduleMethods in io.fluxcapacitor.javaclient.scheduling that return types with arguments of type Message Modifier and Type Method Description Function<Message,SerializedMessage>SchedulingInterceptor. interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType)Method parameters in io.fluxcapacitor.javaclient.scheduling with type arguments of type Message Modifier and Type Method Description Function<Message,SerializedMessage>SchedulingInterceptor. interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType) -
Uses of Message in io.fluxcapacitor.javaclient.tracking.handling
Methods in io.fluxcapacitor.javaclient.tracking.handling that return types with arguments of type Message Modifier and Type Method Description Optional<CompletableFuture<Message>>HandlerRegistry. handle(Object payload, SerializedMessage serializedMessage)Optional<CompletableFuture<Message>>LocalHandlerRegistry. handle(Object payload, SerializedMessage serializedMessage) -
Uses of Message in io.fluxcapacitor.javaclient.tracking.handling.authentication
Methods in io.fluxcapacitor.javaclient.tracking.handling.authentication that return types with arguments of type Message Modifier and Type Method Description Function<Message,SerializedMessage>AuthenticatingInterceptor. interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType)Method parameters in io.fluxcapacitor.javaclient.tracking.handling.authentication with type arguments of type Message Modifier and Type Method Description Function<Message,SerializedMessage>AuthenticatingInterceptor. interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType)
-