Uses of Class
io.fluxzero.sdk.tracking.handling.LocalExecution
Packages that use LocalExecution
-
Uses of LocalExecution in io.fluxzero.sdk.publishing
Methods in io.fluxzero.sdk.publishing with parameters of type LocalExecutionModifier and TypeMethodDescriptiondefault MetadataPreparedLocalDispatch.interceptMetadata(Metadata metadata, LocalExecution execution) Applies this interceptor's metadata changes when metadata is first requested for the local message.default booleanPreparedLocalDispatch.prepare(LocalExecution execution) Performs work that must happen before Fluxzero selects a local handler. -
Uses of LocalExecution in io.fluxzero.sdk.tracking.handling
Methods in io.fluxzero.sdk.tracking.handling that return LocalExecutionModifier 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.Methods in io.fluxzero.sdk.tracking.handling with parameters of type LocalExecutionModifier and TypeMethodDescriptiondefault booleanHandlerRegistry.handleLocal(LocalExecution execution) Attempts payload-first local handling and writes the outcome into the reusable execution frame.booleanLocalHandlerRegistry.handleLocal(LocalExecution execution)