Package | Description |
---|---|
org.springframework.integration.amqp.channel |
Provides classes related to AMQP-backed channels.
|
org.springframework.integration.channel |
Provides classes representing various channel types.
|
org.springframework.integration.dispatcher |
Provides classes related to dispatching messages.
|
Class and Description |
---|
AbstractDispatcher
Base class for
MessageDispatcher implementations. |
Class and Description |
---|
BroadcastingDispatcher
A broadcasting dispatcher implementation.
|
LoadBalancingStrategy
Strategy for determining the iteration order of a MessageHandler list.
|
MessageDispatcher
Strategy interface for dispatching messages to handlers.
|
UnicastingDispatcher
Implementation of
MessageDispatcher that will attempt to send a
Message to at most one of its handlers. |
Class and Description |
---|
AbstractDispatcher
Base class for
MessageDispatcher implementations. |
LoadBalancingStrategy
Strategy for determining the iteration order of a MessageHandler list.
|
MessageDispatcher
Strategy interface for dispatching messages to handlers.
|
Copyright © 2018. All rights reserved.