Interface InboundMessage

All Superinterfaces:
Message
All Known Subinterfaces:
InboundReply
All Known Implementing Classes:
InboundError, InboundMethodCall, InboundMethodReturn, InboundSignal

public interface InboundMessage extends Message
An inbound message is a message that got send from another service to this service on the same bus that this service is connected to.
Since:
1.0
  • Method Details