Interface EventSubscription


@Immutable public interface EventSubscription
A subscription to an event.

An instance of this class is provided by Nessie to the onSubscribe method.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The unique identifier of this subscription.
    default String
    The unique identifier of this subscription, as a string for convenience.
    The system configuration of the Nessie server that this subscription is connected to.
  • Method Details

    • getId

      UUID getId()
      The unique identifier of this subscription.
    • getIdAsText

      @Lazy default String getIdAsText()
      The unique identifier of this subscription, as a string for convenience.
    • getSystemConfiguration

      EventSystemConfiguration getSystemConfiguration()
      The system configuration of the Nessie server that this subscription is connected to.