Uses of Interface
io.fluxzero.sdk.publishing.WebRequestGateway
Packages that use WebRequestGateway
Package
Description
-
Uses of WebRequestGateway in io.fluxzero.sdk
Methods in io.fluxzero.sdk that return WebRequestGatewayModifier and TypeMethodDescriptionFluxzero.webRequestGateway()Returns the gateway for sending web requests. -
Uses of WebRequestGateway in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration with parameters of type WebRequestGatewayModifier 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 WebRequestGateway in io.fluxzero.sdk.publishing
Subinterfaces with type arguments of type WebRequestGateway in io.fluxzero.sdk.publishingModifier and TypeInterfaceDescriptioninterfaceGateway for sending outbound web requests via Fluxzero’s proxy mechanism. -
Uses of WebRequestGateway in io.fluxzero.sdk.web
Classes in io.fluxzero.sdk.web that implement WebRequestGatewayModifier and TypeClassDescriptionclassDefault implementation of theWebRequestGatewayinterface that delegates requests to a configuredGenericGateway.