Uses of Interface
io.fluxzero.sdk.publishing.RequestHandler
Packages that use RequestHandler
-
Uses of RequestHandler in io.fluxzero.proxy
Constructors in io.fluxzero.proxy with parameters of type RequestHandlerModifierConstructorDescriptionProxyWebsocketEndpoint(Client client, RequestHandler 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, 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) -
Uses of RequestHandler in io.fluxzero.sdk.publishing
Classes in io.fluxzero.sdk.publishing that implement RequestHandlerSubclasses with type arguments of type RequestHandler in io.fluxzero.sdk.publishingSubinterfaces 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 RequestHandlerModifier and TypeMethodDescriptionprotected RequestHandlerDefaultRequestHandler.createForNamespace(String namespace) Constructors in io.fluxzero.sdk.publishing with parameters of type RequestHandlerModifierConstructorDescriptionDefaultGenericGateway(Client client, GatewayClient gatewayClient, RequestHandler requestHandler, Serializer serializer, DispatchInterceptor dispatchInterceptor, MessageType messageType, String topic, HandlerRegistry localHandlerRegistry, ResponseMapper responseMapper)