Uses of Interface
io.fluxzero.sdk.publishing.ResultGateway
Packages that use ResultGateway
Package
Description
-
Uses of ResultGateway in io.fluxzero.sdk
Methods in io.fluxzero.sdk that return ResultGatewayModifier and TypeMethodDescriptionFluxzero.resultGateway()Returns the gateway for result messages sent by handlers of commands and queries. -
Uses of ResultGateway in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration with parameters of type ResultGatewayModifier and TypeMethodDescriptionprotected FluxzeroDefaultFluxzero.Builder.doBuild(Map<MessageType, ? extends Tracking> trackingSupplier, Function<String, ? extends GenericGateway> customGatewaySupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, SnapshotStore snapshotStore, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, MessageScheduler messageScheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, IdentityProvider identityProvider, PropertySource propertySource, DelegatingClock clock, TaskScheduler taskScheduler, Client client, ThrowingRunnable shutdownHandler) -
Uses of ResultGateway in io.fluxzero.sdk.configuration.spring
Methods in io.fluxzero.sdk.configuration.spring that return ResultGateway -
Uses of ResultGateway in io.fluxzero.sdk.publishing
Classes in io.fluxzero.sdk.publishing that implement ResultGatewayModifier and TypeClassDescriptionclassDefault implementation of theResultGatewayinterface for sending response messages.Subclasses with type arguments of type ResultGateway in io.fluxzero.sdk.publishingModifier and TypeClassDescriptionclassDefault implementation of theResultGatewayinterface for sending response messages.Subinterfaces with type arguments of type ResultGateway in io.fluxzero.sdk.publishingModifier and TypeInterfaceDescriptioninterfaceGateway interface for sending result messages in response to a command or query.Methods in io.fluxzero.sdk.publishing that return ResultGatewayModifier and TypeMethodDescriptionprotected ResultGatewayDefaultResultGateway.createForNamespace(String namespace) -
Uses of ResultGateway in io.fluxzero.sdk.web
Classes in io.fluxzero.sdk.web that implement ResultGatewayModifier and TypeClassDescriptionclassSpecialized implementation of theResultGatewayinterface for sending web response messages.Subclasses with type arguments of type ResultGateway in io.fluxzero.sdk.webModifier and TypeClassDescriptionclassSpecialized implementation of theResultGatewayinterface for sending web response messages.