Uses of Class
com.lucimber.dbus.connection.ConnectionEvent.Builder
Packages that use ConnectionEvent.Builder
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
-
Uses of ConnectionEvent.Builder in com.lucimber.dbus.connection
Methods in com.lucimber.dbus.connection that return ConnectionEvent.BuilderModifier and TypeMethodDescriptionstatic ConnectionEvent.BuilderConnectionEvent.builder(ConnectionEventType type) Creates a new builder for constructing connection events.ConnectionEvent.Builder.withMessage(String message) ConnectionEvent.Builder.withNewState(ConnectionState newState) ConnectionEvent.Builder.withOldState(ConnectionState oldState) ConnectionEvent.Builder.withTimestamp(Instant timestamp)