Class DefaultHandlers<Case,Handler>
java.lang.Object
org.axonframework.axonserver.connector.DefaultHandlers<Case,Handler>
- Type Parameters:
Case- the type of the caseHandler- the type of the handler
- All Implemented Interfaces:
Handlers<Case,Handler>
@Deprecated
public class DefaultHandlers<Case,Handler>
extends Object
implements Handlers<Case,Handler>
Deprecated.
in through use of the AxonServer java
connector
Default implementation of
Handlers. Uses a map to hold a registry of handlers.- Since:
- 4.2.1
- Author:
- Sara Pellegrini, Milan Savic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets all handlers that match givencontextandrequestCase.voidregister(BiPredicate<String, Case> handlerSelector, Handler handler) Deprecated.Registers ahandlerthat can handle instructions matching givenhandlerSelectorpredicate.
-
Constructor Details
-
DefaultHandlers
public DefaultHandlers()Deprecated.
-
-
Method Details