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 TypeMethodDescriptionvoidInvocationErrorConsumer.accept(InvocationError invocationError) Accepts theThrowableand processes it.default voidInvocationErrorConsumer.acceptAndLogError(org.slf4j.Logger logger, InvocationError invocationError) InvokesInvocationErrorConsumer.accept(InvocationError), catching anyThrowableinstances and logging them to the supplied instance ofLogger.Method parameters in dev.getelements.elements.rt.remote with type arguments of type InvocationErrorModifier and TypeMethodDescriptionvoidLocalInvocationProcessor.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