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 java.lang.ObjectExceptionSyncInvocationStage. andExceptionally(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationExceptionFunction function)<C extends org.infinispan.commands.VisitableCommand>
java.lang.ObjectInvocationStage. andExceptionally(InvocationContext ctx, C command, InvocationExceptionFunction<C> function)After the current stage completes exceptionally, invokefunctionand return its result.<C extends org.infinispan.commands.VisitableCommand>
java.lang.ObjectSyncInvocationStage. andExceptionally(InvocationContext ctx, C command, InvocationExceptionFunction<C> function)<C extends org.infinispan.commands.VisitableCommand>
InvocationStageInvocationStage. andExceptionallyMakeStage(InvocationContext ctx, C command, InvocationExceptionFunction<C> function)After the current stage completes exceptionally, invokefunctionand return its result.<C extends org.infinispan.commands.VisitableCommand>
InvocationStageSyncInvocationStage. andExceptionallyMakeStage(InvocationContext ctx, C command, InvocationExceptionFunction<C> function)<C extends org.infinispan.commands.VisitableCommand>
java.lang.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.
-