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, 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 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 RequestHandler