|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GatewayProxyFactory.InvocationHandler | |
---|---|
org.axonframework.commandhandling.gateway |
Uses of GatewayProxyFactory.InvocationHandler in org.axonframework.commandhandling.gateway |
---|
Methods in org.axonframework.commandhandling.gateway that return GatewayProxyFactory.InvocationHandler | ||
---|---|---|
protected
|
GatewayProxyFactory.wrapToFireAndForget(GatewayProxyFactory.InvocationHandler<Future<R>> delegate)
Wrap the given delegate in an InvocationHandler that returns immediately after invoking the
delegate . |
|
protected
|
GatewayProxyFactory.wrapToReturnNullOnInterrupted(GatewayProxyFactory.InvocationHandler<R> delegate)
Wrap the given delegate in an InvocationHandler that returns null when the
delegate
throws an InterruptedException. |
|
protected
|
GatewayProxyFactory.wrapToReturnNullOnTimeout(GatewayProxyFactory.InvocationHandler<R> delegate)
Wrap the given delegate in an InvocationHandler that returns null when the
delegate throws a TimeoutException. |
|
protected
|
GatewayProxyFactory.wrapToReturnWithFixedTimeout(GatewayProxyFactory.InvocationHandler<Future<R>> delegate,
long timeout,
TimeUnit timeUnit)
Wraps the given delegate and waits for the result in the Future to become available, with given
timeout and timeUnit . |
|
protected
|
GatewayProxyFactory.wrapToReturnWithTimeoutInArguments(GatewayProxyFactory.InvocationHandler<Future<R>> delegate,
int timeoutIndex,
int timeUnitIndex)
Wraps the given delegate and waits for the result in the Future to become available using given
indices to resolve the parameters that provide the timeout to use. |
|
protected
|
GatewayProxyFactory.wrapToWaitForResult(GatewayProxyFactory.InvocationHandler<Future<R>> delegate)
Wraps the given delegate and waits for the result in the Future to become available. |
|
protected
|
GatewayProxyFactory.wrapUndeclaredExceptions(GatewayProxyFactory.InvocationHandler<R> delegate,
Class<?>[] declaredExceptions)
Wraps the given delegate in an InvocationHandler that wraps exceptions not declared on the method
in a CommandExecutionException . |
Methods in org.axonframework.commandhandling.gateway with parameters of type GatewayProxyFactory.InvocationHandler | ||
---|---|---|
protected
|
GatewayProxyFactory.wrapToFireAndForget(GatewayProxyFactory.InvocationHandler<Future<R>> delegate)
Wrap the given delegate in an InvocationHandler that returns immediately after invoking the
delegate . |
|
protected
|
GatewayProxyFactory.wrapToReturnNullOnInterrupted(GatewayProxyFactory.InvocationHandler<R> delegate)
Wrap the given delegate in an InvocationHandler that returns null when the
delegate
throws an InterruptedException. |
|
protected
|
GatewayProxyFactory.wrapToReturnNullOnTimeout(GatewayProxyFactory.InvocationHandler<R> delegate)
Wrap the given delegate in an InvocationHandler that returns null when the
delegate throws a TimeoutException. |
|
protected
|
GatewayProxyFactory.wrapToReturnWithFixedTimeout(GatewayProxyFactory.InvocationHandler<Future<R>> delegate,
long timeout,
TimeUnit timeUnit)
Wraps the given delegate and waits for the result in the Future to become available, with given
timeout and timeUnit . |
|
protected
|
GatewayProxyFactory.wrapToReturnWithTimeoutInArguments(GatewayProxyFactory.InvocationHandler<Future<R>> delegate,
int timeoutIndex,
int timeUnitIndex)
Wraps the given delegate and waits for the result in the Future to become available using given
indices to resolve the parameters that provide the timeout to use. |
|
protected
|
GatewayProxyFactory.wrapToWaitForResult(GatewayProxyFactory.InvocationHandler<Future<R>> delegate)
Wraps the given delegate and waits for the result in the Future to become available. |
|
protected
|
GatewayProxyFactory.wrapUndeclaredExceptions(GatewayProxyFactory.InvocationHandler<R> delegate,
Class<?>[] declaredExceptions)
Wraps the given delegate in an InvocationHandler that wraps exceptions not declared on the method
in a CommandExecutionException . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |