Uses of Interface
com.lucimber.dbus.connection.InboundPropagator
Packages that use InboundPropagator
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
-
Uses of InboundPropagator in com.lucimber.dbus.connection
Subinterfaces of InboundPropagator 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 InboundPropagatorModifier and TypeClassDescriptionfinal class
A thread-safe pipeline ofOutboundHandler
instances associated with aConnection
.