Class CommandDispatchedAtInterceptor
java.lang.Object
ai.stapi.axonsystem.configuration.implementations.CommandDispatchedAtInterceptor
- All Implemented Interfaces:
org.axonframework.messaging.MessageDispatchInterceptor<org.axonframework.commandhandling.CommandMessage<?>>
public class CommandDispatchedAtInterceptor
extends Object
implements org.axonframework.messaging.MessageDispatchInterceptor<org.axonframework.commandhandling.CommandMessage<?>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull BiFunction<Integer,org.axonframework.commandhandling.CommandMessage<?>, org.axonframework.commandhandling.CommandMessage<?>> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.axonframework.messaging.MessageDispatchInterceptor
handle
-
Field Details
-
DISPATCHED_AT_METADATA_KEY
- See Also:
-
-
Constructor Details
-
CommandDispatchedAtInterceptor
public CommandDispatchedAtInterceptor()
-
-
Method Details
-
handle
@NotNull public @NotNull BiFunction<Integer,org.axonframework.commandhandling.CommandMessage<?>, handleorg.axonframework.commandhandling.CommandMessage<?>> (@NotNull @NotNull List<? extends org.axonframework.commandhandling.CommandMessage<?>> messages) - Specified by:
handlein interfaceorg.axonframework.messaging.MessageDispatchInterceptor<org.axonframework.commandhandling.CommandMessage<?>>
-