Uses of Class
com.lucimber.dbus.message.OutboundMethodCall.Builder
Packages that use OutboundMethodCall.Builder
Package
Description
D-Bus message types and structures for method calls, returns, signals, and errors.
-
Uses of OutboundMethodCall.Builder in com.lucimber.dbus.message
Methods in com.lucimber.dbus.message that return OutboundMethodCall.BuilderModifier and TypeMethodDescriptionstatic OutboundMethodCall.BuilderOutboundMethodCall.Builder.create()OutboundMethodCall.Builder.withBody(DBusSignature signature, List<? extends DBusType> payload) OutboundMethodCall.Builder.withDestination(DBusString destination) OutboundMethodCall.Builder.withInterface(DBusString iface) OutboundMethodCall.Builder.withMember(DBusString member) OutboundMethodCall.Builder.withPath(DBusObjectPath path) OutboundMethodCall.Builder.withReplyExpected(boolean replyExpected) OutboundMethodCall.Builder.withSerial(DBusUInt32 serial) OutboundMethodCall.Builder.withTimeout(Duration timeout) Sets a timeout override for this specific method call.