Uses of Interface
io.fluxzero.sdk.publishing.PreparedLocalDispatch
Packages that use PreparedLocalDispatch
Package
Description
-
Uses of PreparedLocalDispatch in io.fluxzero.sdk.publishing
Fields in io.fluxzero.sdk.publishing declared as PreparedLocalDispatchModifier and TypeFieldDescriptionstatic final PreparedLocalDispatchPreparedLocalDispatch.noOpA policy that leaves every local dispatch unchanged.Methods in io.fluxzero.sdk.publishing that return PreparedLocalDispatchModifier and TypeMethodDescriptionAdhocDispatchInterceptor.prepareLocalDispatch(LocalDispatchDescriptor descriptor) default PreparedLocalDispatchDispatchInterceptor.prepareLocalDispatch(LocalDispatchDescriptor descriptor) Prepares this interceptor for repeated local dispatches with the same static message characteristics.RecursivePublicationGuard.prepareLocalDispatch(LocalDispatchDescriptor descriptor) -
Uses of PreparedLocalDispatch in io.fluxzero.sdk.publishing.correlation
Methods in io.fluxzero.sdk.publishing.correlation that return PreparedLocalDispatchModifier and TypeMethodDescriptionCorrelatingInterceptor.prepareLocalDispatch(LocalDispatchDescriptor descriptor) -
Uses of PreparedLocalDispatch in io.fluxzero.sdk.publishing.dataprotection
Methods in io.fluxzero.sdk.publishing.dataprotection that return PreparedLocalDispatchModifier and TypeMethodDescriptionDataProtectionInterceptor.prepareLocalDispatch(LocalDispatchDescriptor descriptor) -
Uses of PreparedLocalDispatch in io.fluxzero.sdk.publishing.routing
Methods in io.fluxzero.sdk.publishing.routing that return PreparedLocalDispatchModifier and TypeMethodDescriptionMessageRoutingInterceptor.prepareLocalDispatch(LocalDispatchDescriptor descriptor) -
Uses of PreparedLocalDispatch in io.fluxzero.sdk.tracking.handling
Methods in io.fluxzero.sdk.tracking.handling with parameters of type PreparedLocalDispatchModifier and TypeMethodDescriptionstatic LocalExecutionLocalExecution.handle(Object payload, MessageType messageType, String topic, Serializer serializer, PreparedLocalDispatch dispatch, HandlerRegistry registry) Attempts to handle a payload through the prepared local path. -
Uses of PreparedLocalDispatch in io.fluxzero.sdk.tracking.handling.authentication
Methods in io.fluxzero.sdk.tracking.handling.authentication that return PreparedLocalDispatchModifier and TypeMethodDescriptionAuthenticatingInterceptor.prepareLocalDispatch(LocalDispatchDescriptor descriptor)