Class SimpleAsyncInvocationStage

java.lang.Object
org.infinispan.interceptors.InvocationStage
org.infinispan.interceptors.impl.SimpleAsyncInvocationStage
Direct Known Subclasses:
QueueAsyncInvocationStage

public class SimpleAsyncInvocationStage extends InvocationStage
Invocation stage representing a computation that may or may not be done yet. It is only meant to support the simplest asynchronous invocation, BaseAsyncInterceptor.asyncValue(CompletionStage).
Since:
9.0
Author:
Dan Berindei