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.ObjectInvocationStage. andExceptionally(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationExceptionFunction function)After the current stage completes exceptionally, invokefunctionand return its result.java.lang.ObjectSyncInvocationStage. andExceptionally(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationExceptionFunction function)InvocationStageInvocationStage. andExceptionallyMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationExceptionFunction function)After the current stage completes exceptionally, invokefunctionand return its result.InvocationStageSyncInvocationStage. andExceptionallyMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationExceptionFunction function)java.lang.ObjectBaseAsyncInterceptor. invokeNextAndExceptionally(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationExceptionFunction function)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished with an exception.
-