Uses of Interface
io.fluxzero.sdk.publishing.GenericGateway
Packages that use GenericGateway
-
Uses of GenericGateway in io.fluxzero.sdk
Methods in io.fluxzero.sdk that return GenericGatewayModifier and TypeMethodDescriptionFluxzero.customGateway(String topic) Returns the gateway for given custom message topic. -
Uses of GenericGateway in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration that return GenericGatewayModifier and TypeMethodDescriptionprotected GenericGatewayDefaultFluxzero.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) DefaultFluxzero.customGateway(String topic) Method parameters in io.fluxzero.sdk.configuration with type arguments of type GenericGatewayModifier 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 GenericGateway in io.fluxzero.sdk.publishing
Classes in io.fluxzero.sdk.publishing that implement GenericGatewaySubclasses with type arguments of type GenericGateway in io.fluxzero.sdk.publishingSubinterfaces with type arguments of type GenericGateway in io.fluxzero.sdk.publishingModifier and TypeInterfaceDescriptioninterfaceA generic message gateway for publication of messages in Fluxzero.Methods in io.fluxzero.sdk.publishing that return GenericGatewayModifier and TypeMethodDescriptionprotected GenericGatewayDefaultGenericGateway.createForNamespace(String namespace)