| 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 |
|---|
| Enveloped
Configure a handler to receive an enveloped message as a wrapper around the source
message.
|
| Handler
Mark a method as event handler.
|
| 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 © 2018. All rights reserved.