Interface ComHostChannel<C>
- Type Parameters:
C
- the communication layer type
- All Superinterfaces:
AutoCloseable
,Closeable
,ComChannel
- All Known Implementing Classes:
ComHostChannel.Default
,ComHostChannelDynamic
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()
Methods inherited from interface one.microstream.communication.types.ComChannel
close, receive, request, send
-
Method Details
-
connection
C connection() -
protocol
ComProtocol protocol() -
parent
-
New
static <C> ComHostChannel<C> New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComHost<C> parent)
-