Uses of Interface
io.fluxcapacitor.javaclient.tracking.handling.Request
Packages that use Request
-
Uses of Request in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient with parameters of type RequestModifier and TypeMethodDescriptionstatic <R> CompletableFuture<R>Sends the given query and returns a future that will be completed with the query's result.static <R> CompletableFuture<R>Sends a query with given payload and metadata and returns a future that will be completed with the query's result.static <R> RFluxCapacitor.queryAndWait(Request<R> query) Sends the given query and returns the query's result.static <R> RFluxCapacitor.queryAndWait(Request<R> payload, Metadata metadata) Sends a query with given payload and metadata and returns the query's result.static <R> CompletableFuture<R>FluxCapacitor.sendCommand(Request<R> command) Sends the given command and returns a future that will be completed with the command's result.static <R> CompletableFuture<R>FluxCapacitor.sendCommand(Request<R> payload, Metadata metadata) Sends a command with given payload and metadata and returns a future that will be completed with the command's result.static <R> RFluxCapacitor.sendCommandAndWait(Request<R> command) Sends the given command and returns the command's result.static <R> RFluxCapacitor.sendCommandAndWait(Request<R> payload, Metadata metadata) Sends a command with given payload and metadata and returns a future that will be completed with the command's result. -
Uses of Request in io.fluxcapacitor.javaclient.publishing
Methods in io.fluxcapacitor.javaclient.publishing with parameters of type RequestModifier and TypeMethodDescription<R> CompletableFuture<R><R> CompletableFuture<R>default <R> CompletableFuture<R>default <R> CompletableFuture<R><R> CompletableFuture<R><R> CompletableFuture<R><R> RCommandGateway.sendAndWait(Request<R> query) <R> RCommandGateway.sendAndWait(Request<R> payload, Metadata metadata) default <R> RGenericGateway.sendAndWait(Request<R> message) default <R> RGenericGateway.sendAndWait(Request<R> payload, Metadata metadata) <R> RQueryGateway.sendAndWait(Request<R> query) <R> RQueryGateway.sendAndWait(Request<R> payload, Metadata metadata)