Uses of Interface
org.infinispan.interceptors.InvocationCallback
-
Packages that use InvocationCallback Package Description org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptors -
-
Uses of InvocationCallback in org.infinispan.interceptors
Subinterfaces of InvocationCallback in org.infinispan.interceptors Modifier and Type Interface Description interface
InvocationExceptionFunction
interface
InvocationFinallyAction
interface
InvocationFinallyFunction
interface
InvocationSuccessAction
interface
InvocationSuccessFunction
Methods in org.infinispan.interceptors with parameters of type InvocationCallback Modifier and Type Method Description abstract Object
InvocationStage. addCallback(InvocationContext ctx, VisitableCommand command, InvocationCallback function)
Object
SyncInvocationStage. addCallback(InvocationContext ctx, VisitableCommand command, InvocationCallback function)
-
Uses of InvocationCallback in org.infinispan.interceptors.distribution
Subinterfaces of InvocationCallback in org.infinispan.interceptors.distribution Modifier and Type Interface Description protected static interface
BaseDistributionInterceptor.ReadManyCommandHelper<C>
Classes in org.infinispan.interceptors.distribution that implement InvocationCallback Modifier and Type Class Description protected class
BaseDistributionInterceptor.ReadOnlyManyHelper
protected class
ScatteredDistributionInterceptor.PrimaryResponseHandler
-
Uses of InvocationCallback in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl that implement InvocationCallback Modifier and Type Class Description class
MultiSubCommandInvoker
Invoke a sequence of sub-commands.class
QueueAsyncInvocationStage
Invocation stage representing a computation that may or may not be done yet.Methods in org.infinispan.interceptors.impl with parameters of type InvocationCallback Modifier and Type Method Description Object
QueueAsyncInvocationStage. addCallback(InvocationContext ctx, VisitableCommand command, InvocationCallback function)
Object
SimpleAsyncInvocationStage. addCallback(InvocationContext ctx, VisitableCommand command, InvocationCallback function)
Constructors in org.infinispan.interceptors.impl with parameters of type InvocationCallback Constructor Description QueueAsyncInvocationStage(InvocationContext ctx, VisitableCommand command, CompletableFuture<?> valueFuture, InvocationCallback function)
-