MessageType
- the type of message being handledpublic interface MessageHandlerChain<MessageType> extends MessageHandler<MessageType>
MessageHandler
which represents an ordered list of
message handlers which may be invoked in order.Modifier and Type | Method and Description |
---|---|
List<MessageHandler<MessageType>> |
getHandlers()
Get the ordered list of message handlers which comprise the handler chain.
|
invoke
@NonnullAfterInit @NonnullElements List<MessageHandler<MessageType>> getHandlers()
Copyright © 2018. All rights reserved.