Interface ClientControl.SessionEventParameters

Enclosing interface:
ClientControl

public static interface ClientControl.SessionEventParameters
Provides parameters which specify the level of detail required by a ClientControl.SessionEventStream registered using setSessionEventListener.

Parameters may be built using the builder.

Since:
6.11
  • Field Details

  • Method Details

    • filter

      String filter()
      Returns the session filter.
      Returns:
      the session filter or null if one has not been set
    • properties

      Set<String> properties()
      Returns the requested properties.
      Returns:
      the set of requested property keys
    • after

      Instant after()
      Indicates a session start time after which session events should be notified.
      Returns:
      the instant representing the session start time after which sessions should be notified. This will return null if not set