Uses of Class
dev.getelements.elements.rt.remote.InvocationError
Packages that use InvocationError
Package
Description
-
Uses of InvocationError in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that return types with arguments of type InvocationErrorModifier and TypeMethodDescriptionResultHandlerStrategy.getAsyncInvocationErrorConsumer()
Gets the async invocation error consumers.ResultHandlerStrategy.getSyncErrorConsumer()
Returns the sync error consumer. -
Uses of InvocationError in dev.getelements.elements.rt.jrpc
Methods in dev.getelements.elements.rt.jrpc that return types with arguments of type InvocationErrorModifier and TypeMethodDescriptionSingleAsyncResultHandlerStrategy.getAsyncInvocationErrorConsumer()
SingleSyncReturnResultHandlerStrategy.getAsyncInvocationErrorConsumer()
SingleAsyncResultHandlerStrategy.getSyncErrorConsumer()
SingleSyncReturnResultHandlerStrategy.getSyncErrorConsumer()
-
Uses of InvocationError in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote with parameters of type InvocationErrorModifier and TypeMethodDescriptionvoid
InvocationErrorConsumer.accept
(InvocationError invocationError) Accepts theThrowable
and processes it.default void
InvocationErrorConsumer.acceptAndLogError
(org.slf4j.Logger logger, InvocationError invocationError) InvokesInvocationErrorConsumer.accept(InvocationError)
, catching anyThrowable
instances and logging them to the supplied instance ofLogger
.Method parameters in dev.getelements.elements.rt.remote with type arguments of type InvocationErrorModifier and TypeMethodDescriptionvoid
LocalInvocationProcessor.ReturnValueStrategy.process
(Object object, Consumer<InvocationError> syncInvocationErrorConsumer, Consumer<InvocationResult> syncInvocationResultConsumer) -
Uses of InvocationError in dev.getelements.elements.rt.remote.jeromq
Methods in dev.getelements.elements.rt.remote.jeromq that return InvocationError -
Uses of InvocationError in dev.getelements.elements.rt.routing
Methods in dev.getelements.elements.rt.routing with parameters of type InvocationError