Package | Description |
---|---|
net.engio.mbassy.bus.config | |
net.engio.mbassy.dispatch.el | |
net.engio.mbassy.listener | |
net.engio.mbassy.subscription |
Class and Description |
---|
MetadataReader
The meta data reader is responsible for parsing and validating message handler configurations.
|
Class and Description |
---|
IMessageFilter
Message filters can be used to control what messages are delivered to a specific message handler.
|
Class and Description |
---|
Handler
Mark any method of any class(=listener) as a message handler and configure the handler
using different properties.
|
IMessageFilter
Message filters can be used to control what messages are delivered to a specific message handler.
|
Invoke
Created with IntelliJ IDEA.
|
MessageHandler
Any method in any class annotated with the @Handler annotation represents a message handler.
|
MessageListener
All instances of any class defining at least one message handler @link MessageHandler are message listeners.
|
References |
Class and Description |
---|
MessageHandler
Any method in any class annotated with the @Handler annotation represents a message handler.
|
MetadataReader
The meta data reader is responsible for parsing and validating message handler configurations.
|
Copyright © 2016. All rights reserved.