Uses of Interface
org.infinispan.interceptors.InvocationExceptionFunction
-
Packages that use InvocationExceptionFunction Package Description org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. -
-
Uses of InvocationExceptionFunction in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvocationExceptionFunction Modifier and Type Method Description ObjectExceptionSyncInvocationStage. 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, invokefunctionand 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, invokefunctionand return its result.<C extends VisitableCommand>
InvocationStageSyncInvocationStage. andExceptionallyMakeStage(InvocationContext ctx, C command, InvocationExceptionFunction<C> function)<C extends VisitableCommand>
ObjectBaseAsyncInterceptor. invokeNextAndExceptionally(InvocationContext ctx, C command, InvocationExceptionFunction<C> function)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished with an exception.
-