Package | Description |
---|---|
net.engio.mbassy.listener | |
net.engio.mbassy.subscription |
Modifier and Type | Method and Description |
---|---|
MessageHandler[] |
MessageListener.getHandlers() |
Modifier and Type | Method and Description |
---|---|
static IPredicate<MessageHandler> |
MessageListener.ForMessage(Class<?> messageType) |
List<MessageHandler> |
MessageListener.getHandlers(IPredicate<MessageHandler> filter) |
Modifier and Type | Method and Description |
---|---|
boolean |
MessageListener.addHandler(MessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
MessageListener |
MessageListener.addHandlers(Collection<? extends MessageHandler> c) |
List<MessageHandler> |
MessageListener.getHandlers(IPredicate<MessageHandler> filter) |
Modifier and Type | Method and Description |
---|---|
MessageHandler |
SubscriptionContext.getHandler()
Get the meta data that specifies the characteristics of the message handler
that is associated with this context
|
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionFactory.createSubscription(BusRuntime runtime,
MessageHandler handlerMetadata) |
Constructor and Description |
---|
SubscriptionContext(BusRuntime runtime,
MessageHandler handler,
Collection<IPublicationErrorHandler> errorHandlers) |
Copyright © 2018. All rights reserved.