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, payloadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.keldysh.messaging.Message
acknowledge, handle, map, payload
-
Method Details
-
to
-
to
- Specified by:
toin interfaceMessage.Outbound<PAYLOAD>
-
toString
- Overrides:
toStringin classMessage.Plain<PAYLOAD>
-