Uses of Interface
io.fluxcapacitor.javaclient.publishing.DispatchInterceptor
Packages that use DispatchInterceptor
Package
Description
-
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type DispatchInterceptorModifier and TypeMethodDescriptionDefaultFluxCapacitor.Builder.addDispatchInterceptor(@NonNull DispatchInterceptor interceptor, boolean highPriority, MessageType... forTypes) FluxCapacitorBuilder.addDispatchInterceptor(DispatchInterceptor interceptor, boolean highPriority, MessageType... forTypes) default FluxCapacitorBuilderFluxCapacitorBuilder.addDispatchInterceptor(DispatchInterceptor interceptor, MessageType... forTypes) DefaultFluxCapacitor.Builder.replaceMessageRoutingInterceptor(@NonNull DispatchInterceptor messageRoutingInterceptor) FluxCapacitorBuilder.replaceMessageRoutingInterceptor(DispatchInterceptor messageRoutingInterceptor) Method parameters in io.fluxcapacitor.javaclient.configuration with type arguments of type DispatchInterceptorModifier and TypeMethodDescriptionprotected GenericGatewayDefaultFluxCapacitor.Builder.createRequestGateway(Client client, MessageType messageType, RequestHandler requestHandler, Map<MessageType, DispatchInterceptor> dispatchInterceptors, Map<MessageType, HandlerInterceptor> handlerInterceptors) -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.modeling
Methods in io.fluxcapacitor.javaclient.modeling with parameters of type DispatchInterceptorModifier and TypeMethodDescriptionstatic <T> ModifiableAggregateRoot<T>ModifiableAggregateRoot.load(String aggregateId, Supplier<ImmutableAggregateRoot<T>> loader, boolean commitInBatch, Serializer serializer, DispatchInterceptor dispatchInterceptor, ModifiableAggregateRoot.CommitHandler commitHandler) Constructors in io.fluxcapacitor.javaclient.modeling with parameters of type DispatchInterceptorModifierConstructorDescriptionprotectedModifiableAggregateRoot(ImmutableAggregateRoot<T> delegate, boolean commitInBatch, Serializer serializer, DispatchInterceptor dispatchInterceptor, ModifiableAggregateRoot.CommitHandler commitHandler) -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.persisting.repository
Constructors in io.fluxcapacitor.javaclient.persisting.repository with parameters of type DispatchInterceptorModifierConstructorDescriptionAnnotatedAggregateRepository(Class<T> type, Serializer serializer, Cache cache, Cache relationshipsCache, EventStore eventStore, SnapshotStore snapshotStore, DispatchInterceptor dispatchInterceptor, EventSourcingHandlerFactory handlerFactory, DocumentStore documentStore) -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.publishing
Methods in io.fluxcapacitor.javaclient.publishing that return DispatchInterceptorModifier and TypeMethodDescriptiondefault DispatchInterceptorDispatchInterceptor.andThen(DispatchInterceptor nextInterceptor) static DispatchInterceptorDispatchInterceptor.noOp()Methods in io.fluxcapacitor.javaclient.publishing with parameters of type DispatchInterceptorModifier and TypeMethodDescriptiondefault DispatchInterceptorDispatchInterceptor.andThen(DispatchInterceptor nextInterceptor) -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.publishing.correlation
Classes in io.fluxcapacitor.javaclient.publishing.correlation that implement DispatchInterceptor -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.publishing.dataprotection
Classes in io.fluxcapacitor.javaclient.publishing.dataprotection that implement DispatchInterceptor -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.publishing.routing
Classes in io.fluxcapacitor.javaclient.publishing.routing that implement DispatchInterceptor -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.scheduling
Classes in io.fluxcapacitor.javaclient.scheduling that implement DispatchInterceptor -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.tracking.handling.authentication
Classes in io.fluxcapacitor.javaclient.tracking.handling.authentication that implement DispatchInterceptor -
Uses of DispatchInterceptor in io.fluxcapacitor.javaclient.tracking.handling.validation
Classes in io.fluxcapacitor.javaclient.tracking.handling.validation that implement DispatchInterceptor