Package net.engio.mbassy.listener
Class MessageHandler.Properties
java.lang.Object
net.engio.mbassy.listener.MessageHandler.Properties
- Enclosing class:
MessageHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
Create
(Method handler, Handler handlerConfig, IMessageFilter[] filter, MessageListener listenerConfig) Create the property map for theMessageHandler
constructor using the default objects.
-
Field Details
-
HandlerMethod
- See Also:
-
InvocationMode
- See Also:
-
Filter
- See Also:
-
Condition
- See Also:
-
Enveloped
- See Also:
-
HandledMessages
- See Also:
-
IsSynchronized
- See Also:
-
Listener
- See Also:
-
AcceptSubtypes
- See Also:
-
Priority
- See Also:
-
Invocation
- See Also:
-
-
Constructor Details
-
Properties
public Properties()
-
-
Method Details
-
Create
public static final Map<String,Object> Create(Method handler, Handler handlerConfig, IMessageFilter[] filter, MessageListener listenerConfig) Create the property map for theMessageHandler
constructor using the default objects.- Parameters:
handler
- The handler annotated method of the listenerhandlerConfig
- The annotation that configures the handlerfilter
- The set of preconfigured filters if anylistenerConfig
- The listener metadata- Returns:
- A map of properties initialized from the given parameters that will conform to the requirements of the
MessageHandler
constructor.
-
cleanEL
-