Package com.yahoo.messagebus
Interface Connectable
- All Known Implementing Classes:
DestinationSession
,IntermediateSession
public interface Connectable
Something which can be connected to a network when ready to receive incoming requests.
- Author:
- jonmv
-
Method Summary
-
Method Details
-
connect
void connect() -
disconnect
void disconnect()
-