Interface TransportBinding

All Superinterfaces:
AutoCloseable, Closeable, NotificationCallback, RequestResponseCallback
All Known Implementing Classes:
ClientTransportBinding, HostedServiceTransportBinding

public interface TransportBinding extends NotificationCallback, RequestResponseCallback, Closeable
Interface to provide transport bindings of any kind.
See Also: