Uses of Interface
org.infinispan.interceptors.InvocationExceptionFunction
Package
Description
Infinispan is designed around a set of interceptors around a data container.
-
Uses of InvocationExceptionFunction in org.infinispan.interceptors
Modifier and TypeMethodDescriptionExceptionSyncInvocationStage.andExceptionally
(InvocationContext ctx, VisitableCommand command, InvocationExceptionFunction function) <C extends VisitableCommand>
ObjectInvocationStage.andExceptionally
(InvocationContext ctx, C command, InvocationExceptionFunction<C> function) After the current stage completes exceptionally, invokefunction
and return its result.<C extends VisitableCommand>
ObjectSyncInvocationStage.andExceptionally
(InvocationContext ctx, C command, InvocationExceptionFunction<C> function) <C extends VisitableCommand>
InvocationStageInvocationStage.andExceptionallyMakeStage
(InvocationContext ctx, C command, InvocationExceptionFunction<C> function) After the current stage completes exceptionally, invokefunction
and return its result.<C extends VisitableCommand>
InvocationStageSyncInvocationStage.andExceptionallyMakeStage
(InvocationContext ctx, C command, InvocationExceptionFunction<C> function) final <C extends VisitableCommand>
ObjectBaseAsyncInterceptor.invokeNextAndExceptionally
(InvocationContext ctx, C command, InvocationExceptionFunction<C> function) Invoke the next interceptor, possibly with a new command, and execute anInvocationCallback
after all the interceptors have finished with an exception.