Uses of Class
io.fluxzero.sdk.tracking.handling.LocalHandlerResult
Packages that use LocalHandlerResult
-
Uses of LocalHandlerResult in io.fluxzero.sdk.tracking.handling
Methods in io.fluxzero.sdk.tracking.handling that return LocalHandlerResultModifier and TypeMethodDescriptionstatic LocalHandlerResultLocalHandlerResult.asynchronous(CompletableFuture<?> future) static LocalHandlerResultCreates a successfully completed local result.static LocalHandlerResultdefault LocalHandlerResultHandlerRegistry.handleResult(DeserializingMessage message) Attempts to handle the message locally while preserving a synchronously returned value as a direct value.default LocalHandlerResultHandlerRegistry.handleResult(LocalHandlerInput input) Attempts to handle a lazy local input.LocalHandlerRegistry.handleResult(DeserializingMessage message) LocalHandlerRegistry.handleResult(LocalHandlerInput input) static LocalHandlerResultLocalHandlerResult.notHandled()Returns the shared result for a message that had no matching local handler.