Package com.lucimber.dbus.message
Interface OutboundMessage
- All Superinterfaces:
Message
- All Known Subinterfaces:
OutboundReply
- All Known Implementing Classes:
OutboundError
,OutboundMethodCall
,OutboundMethodReturn
,OutboundSignal
An outbound message is a message that should be sent from this service to another service on the
same bus that this service is connected to.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the unique name of the destination.Methods inherited from interface com.lucimber.dbus.message.Message
getPayload, getSerial, getSignature
-
Method Details
-
getDestination
Optional<DBusString> getDestination()Gets the unique name of the destination.- Returns:
- an
Optional
ofDBusString
-