Package io.keldysh.messaging
Class Message.Outbound.Plain<PAYLOAD>
java.lang.Object
io.keldysh.messaging.Message.Plain<PAYLOAD>
io.keldysh.messaging.Message.Outbound.Plain<PAYLOAD>
- All Implemented Interfaces:
Message<PAYLOAD>
,Message.Outbound<PAYLOAD>
- Enclosing interface:
- Message.Outbound<PAYLOAD>
public abstract static class Message.Outbound.Plain<PAYLOAD>
extends Message.Plain<PAYLOAD>
implements Message.Outbound<PAYLOAD>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keldysh.messaging.Message
Message.Handler<S,
T>, Message.Mapper<S, T>, Message.Outbound<PAYLOAD>, Message.Plain<PAYLOAD> Nested classes/interfaces inherited from interface io.keldysh.messaging.Message.Outbound
Message.Outbound.Plain<PAYLOAD>
-
Method Summary
Methods inherited from class io.keldysh.messaging.Message.Plain
acknowledge, payload
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.keldysh.messaging.Message
acknowledge, handle, map, payload
-
Method Details
-
to
-
to
- Specified by:
to
in interfaceMessage.Outbound<PAYLOAD>
-
toString
- Overrides:
toString
in classMessage.Plain<PAYLOAD>
-