Uses of Interface
io.fluxcapacitor.javaclient.publishing.GenericGateway
Packages that use GenericGateway
Package
Description
-
Uses of GenericGateway in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return GenericGatewayModifier and TypeMethodDescriptionFluxCapacitor.customGateway
(String topic) Returns the gateway for given custom message topic. -
Uses of GenericGateway in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration that return GenericGatewayModifier and TypeMethodDescriptionprotected GenericGateway
DefaultFluxCapacitor.Builder.createRequestGateway
(Client client, MessageType messageType, String topic, RequestHandler requestHandler, Map<MessageType, DispatchInterceptor> dispatchInterceptors, Map<MessageType, HandlerDecorator> handlerDecorators, List<ParameterResolver<? super DeserializingMessage>> parameterResolvers, Function<Class<?>, HandlerRepository> handlerRepositorySupplier, RepositoryProvider repositoryProvider, ResponseMapper responseMapper) DefaultFluxCapacitor.customGateway
(String topic) Method parameters in io.fluxcapacitor.javaclient.configuration with type arguments of type GenericGatewayModifier 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 GenericGateway in io.fluxcapacitor.javaclient.publishing
Classes in io.fluxcapacitor.javaclient.publishing that implement GenericGateway