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