Package one.microstream.com
Interface ComClientChannel<C>
- All Superinterfaces:
ComChannel
- All Known Implementing Classes:
ComClientChannel.Default
public interface ComClientChannel<C> extends ComChannel
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ComClientChannel.Default<C>
-
Method Summary
Modifier and Type Method Description C
connection()
static <C> ComClientChannel<C>
New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent)
ComClient<C>
parent()
ComProtocol
protocol()
-
Method Details
-
connection
C connection() -
protocol
ComProtocol protocol() -
parent
-
New
static <C> ComClientChannel<C> New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent)
-