Uses of Interface
io.fluxzero.sdk.publishing.DefaultResultGateway.ResultPreparationErrorHandler
Packages that use DefaultResultGateway.ResultPreparationErrorHandler
-
Uses of DefaultResultGateway.ResultPreparationErrorHandler in io.fluxzero.sdk.publishing
Methods in io.fluxzero.sdk.publishing with parameters of type DefaultResultGateway.ResultPreparationErrorHandlerModifier and TypeMethodDescriptionDefaultResultGateway.respondBatched(Object response, String target, Integer requestId, DefaultResultGateway.ResultPreparationErrorHandler errorHandler) Enqueues an automatically published handler response and delegates asynchronous preparation failures to the originating consumer's error handler.voidDefaultResultGateway.respondBatchedAndForget(Object response, String target, Integer requestId, DefaultResultGateway.ResultPreparationErrorHandler errorHandler) Enqueues an automatically published handler response without allocating an individual completion future.