Package com.lucimber.dbus.message
Interface InboundMessage
- All Superinterfaces:
Message
- All Known Subinterfaces:
InboundReply
- All Known Implementing Classes:
InboundError
,InboundMethodCall
,InboundMethodReturn
,InboundSignal
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 Summary
Modifier and TypeMethodDescriptionGets the sender of this inbound message.Methods inherited from interface com.lucimber.dbus.message.Message
getPayload, getSerial, getSignature
-
Method Details
-
getSender
DBusString getSender()Gets the sender of this inbound message.- Returns:
- a
DBusString
-