Class ComChannel.Default
java.lang.Object
one.microstream.communication.types.ComChannel.Default
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ComChannel
- Direct Known Subclasses:
ComClientChannel.Default
,ComHostChannel.Default
- Enclosing interface:
- ComChannel
public static class ComChannel.Default extends Object implements ComChannel
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.communication.types.ComChannel
ComChannel.Default
-
Constructor Summary
Constructors Modifier Constructor Description protected
Default(PersistenceManager<?> persistenceManager)
-
Method Summary
-
Constructor Details
-
Method Details
-
send
- Specified by:
send
in interfaceComChannel
-
receive
- Specified by:
receive
in interfaceComChannel
-
close
public final void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceComChannel
-