|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChannelRegistry
A strategy interface used to bind a MessageChannel to a logical name. The name
is intended to identify a logical consumer or producer of messages. This may be a
queue, a channel adapter, another message channel, a Spring bean, etc.
| Method Summary | |
|---|---|
void |
inbound(java.lang.String name,
MessageChannel channel)
Register a message consumer |
void |
outbound(java.lang.String name,
MessageChannel channel)
Register a message producer |
void |
tap(java.lang.String name,
MessageChannel channel)
Create a tap on an already registered inbound channel |
| Method Detail |
|---|
void inbound(java.lang.String name,
MessageChannel channel)
name - the logical identity of the message sourcechannel - the channel bound as a consumer
void outbound(java.lang.String name,
MessageChannel channel)
name - the logical identity of the message targetchannel - the channel bound as a producer
void tap(java.lang.String name,
MessageChannel channel)
name - the registered namechannel - the channel that will receive messages from the tap
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||