|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientModeCapable
Edpoints implementing this interface are capable of running in client-mode. For inbound endpoints, this means that the endpoint establishes the connection and then receives incoming data.
For an outbound adapter, it means that the adapter will establish the connection rather than waiting for a message to cause the connection to be established.
Method Summary | |
---|---|
boolean |
isClientMode()
|
boolean |
isClientModeConnected()
|
void |
retryConnection()
Immediately attempt to establish the connection. |
Method Detail |
---|
@ManagedAttribute boolean isClientMode()
@ManagedAttribute boolean isClientModeConnected()
@ManagedOperation void retryConnection()
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |