Package io.keldysh.messaging
Interface MessageClient
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
ArtemisClient,InMemoryBrokerClient
-
Method Summary
Modifier and TypeMethodDescription<PAYLOAD> MessageSink<PAYLOAD>sink(String outbound, PayloadParser.Writer<PAYLOAD> writer) default <PAYLOAD> MessageSink<PAYLOAD>sink(String outbound, PayloadParser<PAYLOAD> parser) default <PAYLOAD> MessageSink<PAYLOAD><PAYLOAD> MessageSource<PAYLOAD>source(String inbound, PayloadParser.Reader<PAYLOAD> reader) default <PAYLOAD> MessageSource<PAYLOAD>source(String inbound, PayloadParser<PAYLOAD> parser) default <PAYLOAD> MessageSource<PAYLOAD>
-
Method Details
-
sink
-
source
-
sink
-
source
-
sink
-
source
-