Package org.projectnessie.events.spi
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 Details
-
getId
UUID getId()The unique identifier of this subscription. -
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.
-