Uses of Interface
io.fluxcapacitor.javaclient.publishing.WebRequestGateway
Packages that use WebRequestGateway
Package
Description
-
Uses of WebRequestGateway in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return WebRequestGatewayModifier and TypeMethodDescriptionFluxCapacitor.webRequestGateway()
Returns the gateway for sending web requests. -
Uses of WebRequestGateway in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type WebRequestGatewayModifier and TypeMethodDescriptionprotected FluxCapacitor
DefaultFluxCapacitor.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 WebRequestGateway in io.fluxcapacitor.javaclient.publishing
Classes in io.fluxcapacitor.javaclient.publishing that implement WebRequestGatewayModifier and TypeClassDescriptionclass
Default implementation of theWebRequestGateway
interface that delegates requests to a configuredGenericGateway
.