Class Messaging<I,O>

java.lang.Object
io.activej.reactor.AbstractReactive
io.activej.reactor.ImplicitlyReactive
io.activej.async.process.AbstractAsyncCloseable
io.activej.csp.net.Messaging<I,O>
All Implemented Interfaces:
io.activej.async.process.AsyncCloseable, IMessaging<I,O>, io.activej.reactor.Reactive

public final class Messaging<I,O> extends io.activej.async.process.AbstractAsyncCloseable implements IMessaging<I,O>
Represents a simple binary protocol over for communication a TCP connection.