public static final class MessageHandler.Properties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AcceptSubtypes |
static String |
Condition |
static String |
Enveloped |
static String |
Filter |
static String |
HandledMessages |
static String |
HandlerMethod |
static String |
Invocation |
static String |
IsAsynchronous |
static String |
IsSynchronized |
static String |
Listener |
static String |
Priority |
Constructor and Description |
---|
Properties() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
Create(Method handler,
Handler handlerConfig,
Enveloped enveloped,
IMessageFilter[] filter,
MessageListener listenerConfig)
Create the property map for the
MessageHandler constructor using the default objects. |
public static final String HandlerMethod
public static final String IsAsynchronous
public static final String Filter
public static final String Condition
public static final String Enveloped
public static final String HandledMessages
public static final String IsSynchronized
public static final String Listener
public static final String AcceptSubtypes
public static final String Priority
public static final String Invocation
public static final Map<String,Object> Create(Method handler, Handler handlerConfig, Enveloped enveloped, IMessageFilter[] filter, MessageListener listenerConfig)
MessageHandler
constructor using the default objects.handler
- The handler annotated method of the listenerhandlerConfig
- The annotation that configures the handlerfilter
- The set of preconfigured filters if anylistenerConfig
- The listener metadataMessageHandler
constructor.Copyright © 2018. All rights reserved.