Class DisabledCommandGateway
java.lang.Object
ai.stapi.test.disabledImplementations.DisabledCommandGateway
- All Implemented Interfaces:
org.axonframework.commandhandling.gateway.CommandGateway,org.axonframework.messaging.MessageDispatchInterceptorSupport<org.axonframework.commandhandling.CommandMessage<?>>
public class DisabledCommandGateway
extends Object
implements org.axonframework.commandhandling.gateway.CommandGateway
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.axonframework.common.RegistrationregisterDispatchInterceptor(org.axonframework.messaging.MessageDispatchInterceptor<? super org.axonframework.commandhandling.CommandMessage<?>> messageDispatchInterceptor) <C,R> void send(C c, org.axonframework.commandhandling.CommandCallback<? super C, ? super R> commandCallback) <R> CompletableFuture<R><R> R<R> RsendAndWait(Object o, long l, TimeUnit timeUnit) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.axonframework.commandhandling.gateway.CommandGateway
send, sendAndWait, sendAndWait
-
Constructor Details
-
DisabledCommandGateway
public DisabledCommandGateway()
-
-
Method Details
-
send
public <C,R> void send(C c, org.axonframework.commandhandling.CommandCallback<? super C, ? super R> commandCallback) - Specified by:
sendin interfaceorg.axonframework.commandhandling.gateway.CommandGateway
-
sendAndWait
- Specified by:
sendAndWaitin interfaceorg.axonframework.commandhandling.gateway.CommandGateway
-
sendAndWait
- Specified by:
sendAndWaitin interfaceorg.axonframework.commandhandling.gateway.CommandGateway
-
send
- Specified by:
sendin interfaceorg.axonframework.commandhandling.gateway.CommandGateway
-
registerDispatchInterceptor
public org.axonframework.common.Registration registerDispatchInterceptor(org.axonframework.messaging.MessageDispatchInterceptor<? super org.axonframework.commandhandling.CommandMessage<?>> messageDispatchInterceptor) - Specified by:
registerDispatchInterceptorin interfaceorg.axonframework.messaging.MessageDispatchInterceptorSupport<org.axonframework.commandhandling.CommandMessage<?>>
-