Uses of Interface
org.infinispan.interceptors.InvocationFinallyFunction
Packages that use InvocationFinallyFunction
Package
Description
Infinispan is designed around a set of interceptors around a data container.
Basic interceptors
-
Uses of InvocationFinallyFunction in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvocationFinallyFunctionModifier and TypeMethodDescriptionExceptionSyncInvocationStage.andHandle(InvocationContext ctx, VisitableCommand command, InvocationFinallyFunction function) <C extends VisitableCommand>
ObjectInvocationStage.andHandle(InvocationContext ctx, C command, InvocationFinallyFunction<C> function) After the current stage completes, invokefunctionand return its result.<C extends VisitableCommand>
ObjectSyncInvocationStage.andHandle(InvocationContext ctx, C command, InvocationFinallyFunction<C> function) <C extends VisitableCommand>
InvocationStageInvocationStage.andHandleMakeStage(InvocationContext ctx, C command, InvocationFinallyFunction<C> function) After the current stage completes, invokefunctionand return its result.<C extends VisitableCommand>
InvocationStageSyncInvocationStage.andHandleMakeStage(InvocationContext ctx, C command, InvocationFinallyFunction<C> function) final <C extends VisitableCommand>
ObjectBaseAsyncInterceptor.invokeNextAndHandle(InvocationContext ctx, C command, InvocationFinallyFunction<C> function) Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished, with or without an exception. -
Uses of InvocationFinallyFunction in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type InvocationFinallyFunctionModifier and TypeMethodDescriptionprotected <T extends VisitableCommand>
ObjectBaseStateTransferInterceptor.retryWhenDone(CompletionStage<Void> stage, int topologyId, InvocationContext ctx, T command, InvocationFinallyFunction<T> callback)