Uses of Interface
io.fluxzero.sdk.publishing.RequestHandler
Packages that use RequestHandler
-
Uses of RequestHandler in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration with parameters of type RequestHandlerModifier and TypeMethodDescriptionprotected GenericGatewayDefaultFluxzero.Builder.createRequestGateway(Client client, io.fluxzero.common.MessageType messageType, String topic, RequestHandler requestHandler, Map<io.fluxzero.common.MessageType, DispatchInterceptor> dispatchInterceptors, Map<io.fluxzero.common.MessageType, HandlerDecorator> handlerDecorators, List<io.fluxzero.common.handling.ParameterResolver<? super DeserializingMessage>> parameterResolvers, Function<Class<?>, HandlerRepository> handlerRepositorySupplier, RepositoryProvider repositoryProvider, ResponseMapper responseMapper) -
Uses of RequestHandler in io.fluxzero.sdk.publishing
Classes in io.fluxzero.sdk.publishing that implement RequestHandlerSubinterfaces with type arguments of type RequestHandler in io.fluxzero.sdk.publishingModifier and TypeInterfaceDescriptioninterfaceHandles the lifecycle of request/response interactions in a Fluxzero client.Methods in io.fluxzero.sdk.publishing that return RequestHandlerConstructors in io.fluxzero.sdk.publishing with parameters of type RequestHandlerModifierConstructorDescriptionDefaultGenericGateway(Client client, GatewayClient gatewayClient, RequestHandler requestHandler, Serializer serializer, DispatchInterceptor dispatchInterceptor, io.fluxzero.common.MessageType messageType, String topic, HandlerRegistry localHandlerRegistry, ResponseMapper responseMapper)