Uses of Interface
com.lucimber.dbus.connection.OutboundPropagator
Packages that use OutboundPropagator
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
-
Uses of OutboundPropagator in com.lucimber.dbus.connection
Subinterfaces of OutboundPropagator in com.lucimber.dbus.connectionModifier and TypeInterfaceDescriptioninterface
interface
Represents an ordered chain ofHandler
instances associated with aConnection
.Classes in com.lucimber.dbus.connection that implement OutboundPropagatorModifier and TypeClassDescriptionfinal class
A thread-safe pipeline ofOutboundHandler
instances associated with aConnection
.