Package | Description |
---|---|
org.springframework.integration.amqp.channel |
Provides classes related to AMQP-backed channels.
|
org.springframework.integration.dispatcher |
Provides classes related to dispatching messages.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractDispatcher |
PublishSubscribeAmqpChannel.createDispatcher() |
protected AbstractDispatcher |
PointToPointSubscribableAmqpChannel.createDispatcher() |
Modifier and Type | Class and Description |
---|---|
class |
BroadcastingDispatcher
A broadcasting dispatcher implementation.
|
class |
UnicastingDispatcher
Implementation of
MessageDispatcher that will attempt to send a
Message to at most one of its handlers. |
Copyright © 2016. All rights reserved.