Uses of Interface
org.axonframework.commandhandling.gateway.GatewayProxyFactory.InvocationHandler

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
<R> GatewayProxyFactory.InvocationHandler<R>
GatewayProxyFactory.wrapToFireAndForget(GatewayProxyFactory.InvocationHandler<Future<R>> delegate)
          Wrap the given delegate in an InvocationHandler that returns immediately after invoking the delegate.
protected
<R> GatewayProxyFactory.InvocationHandler<R>
GatewayProxyFactory.wrapToReturnNullOnInterrupted(GatewayProxyFactory.InvocationHandler<R> delegate)
          Wrap the given delegate in an InvocationHandler that returns null when the delegate throws an InterruptedException.
protected
<R> GatewayProxyFactory.InvocationHandler<R>
GatewayProxyFactory.wrapToReturnNullOnTimeout(GatewayProxyFactory.InvocationHandler<R> delegate)
          Wrap the given delegate in an InvocationHandler that returns null when the delegate throws a TimeoutException.
protected
<R> GatewayProxyFactory.InvocationHandler<R>
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
<R> GatewayProxyFactory.InvocationHandler<R>
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
<R> GatewayProxyFactory.InvocationHandler<R>
GatewayProxyFactory.wrapToWaitForResult(GatewayProxyFactory.InvocationHandler<Future<R>> delegate)
          Wraps the given delegate and waits for the result in the Future to become available.
protected
<R> GatewayProxyFactory.InvocationHandler<R>
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
<R> GatewayProxyFactory.InvocationHandler<R>
GatewayProxyFactory.wrapToFireAndForget(GatewayProxyFactory.InvocationHandler<Future<R>> delegate)
          Wrap the given delegate in an InvocationHandler that returns immediately after invoking the delegate.
protected
<R> GatewayProxyFactory.InvocationHandler<R>
GatewayProxyFactory.wrapToReturnNullOnInterrupted(GatewayProxyFactory.InvocationHandler<R> delegate)
          Wrap the given delegate in an InvocationHandler that returns null when the delegate throws an InterruptedException.
protected
<R> GatewayProxyFactory.InvocationHandler<R>
GatewayProxyFactory.wrapToReturnNullOnTimeout(GatewayProxyFactory.InvocationHandler<R> delegate)
          Wrap the given delegate in an InvocationHandler that returns null when the delegate throws a TimeoutException.
protected
<R> GatewayProxyFactory.InvocationHandler<R>
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
<R> GatewayProxyFactory.InvocationHandler<R>
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
<R> GatewayProxyFactory.InvocationHandler<R>
GatewayProxyFactory.wrapToWaitForResult(GatewayProxyFactory.InvocationHandler<Future<R>> delegate)
          Wraps the given delegate and waits for the result in the Future to become available.
protected
<R> GatewayProxyFactory.InvocationHandler<R>
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.
 



Copyright © 2010-2016. All Rights Reserved.