Uses of Interface
io.fluxcapacitor.javaclient.publishing.DispatchInterceptor
-
-
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.common.serialization
Constructors in io.fluxcapacitor.javaclient.common.serialization with parameters of type DispatchInterceptor Constructor Description MessageSerializer(Serializer serializer, DispatchInterceptor dispatchInterceptor, MessageType messageType) -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type DispatchInterceptor Modifier and Type Method Description DefaultFluxCapacitor.BuilderDefaultFluxCapacitor.Builder. addDispatchInterceptor(@NonNull DispatchInterceptor interceptor, MessageType... forTypes)FluxCapacitorBuilderFluxCapacitorBuilder. addDispatchInterceptor(DispatchInterceptor interceptor, MessageType... forTypes)DefaultFluxCapacitor.BuilderDefaultFluxCapacitor.Builder. replaceMessageRoutingInterceptor(@NonNull DispatchInterceptor messageRoutingInterceptor)FluxCapacitorBuilderFluxCapacitorBuilder. replaceMessageRoutingInterceptor(DispatchInterceptor messageRoutingInterceptor)Method parameters in io.fluxcapacitor.javaclient.configuration with type arguments of type DispatchInterceptor Modifier and Type Method Description protected RequestGatewayDefaultFluxCapacitor.Builder. createRequestGateway(Client client, MessageType messageType, RequestHandler requestHandler, Map<MessageType,DispatchInterceptor> dispatchInterceptors, Map<MessageType,HandlerInterceptor> handlerInterceptors)protected MessageSerializerDefaultFluxCapacitor.Builder. messageSerializer(MessageType messageType, Map<MessageType,DispatchInterceptor> dispatchInterceptors) -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.persisting.eventsourcing
Constructors in io.fluxcapacitor.javaclient.persisting.eventsourcing with parameters of type DispatchInterceptor Constructor Description EventStoreSerializer(Serializer serializer, DispatchInterceptor dispatchInterceptor) -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.publishing
Methods in io.fluxcapacitor.javaclient.publishing that return DispatchInterceptor Modifier and Type Method Description default DispatchInterceptorDispatchInterceptor. merge(DispatchInterceptor nextInterceptor)Methods in io.fluxcapacitor.javaclient.publishing with parameters of type DispatchInterceptor Modifier and Type Method Description default DispatchInterceptorDispatchInterceptor. merge(DispatchInterceptor nextInterceptor) -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.publishing.correlation
Classes in io.fluxcapacitor.javaclient.publishing.correlation that implement DispatchInterceptor Modifier and Type Class Description classCorrelatingInterceptor -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.publishing.dataprotection
Classes in io.fluxcapacitor.javaclient.publishing.dataprotection that implement DispatchInterceptor Modifier and Type Class Description classDataProtectionInterceptor -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.publishing.routing
Classes in io.fluxcapacitor.javaclient.publishing.routing that implement DispatchInterceptor Modifier and Type Class Description classMessageRoutingInterceptor -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.scheduling
Classes in io.fluxcapacitor.javaclient.scheduling that implement DispatchInterceptor Modifier and Type Class Description classSchedulingInterceptor -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.tracking.handling.authentication
Classes in io.fluxcapacitor.javaclient.tracking.handling.authentication that implement DispatchInterceptor Modifier and Type Class Description classAuthenticatingInterceptor
-