public interface ClientModeCapable
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.
Modifier and Type | Method and Description |
---|---|
boolean |
isClientMode() |
boolean |
isClientModeConnected() |
void |
retryConnection()
Immediately attempt to establish the connection.
|
@ManagedAttribute boolean isClientMode()
@ManagedAttribute boolean isClientModeConnected()
@ManagedOperation void retryConnection()