Uses of Class
com.ngrok.definitions.EventSource
-
Uses of EventSource in com.ngrok.definitions
Modifier and TypeMethodDescriptionEventSourceList.getSources()
The list of all Event Sources for an Event SubscriptionEventSubscription.getSources()
Sources containing the types for which this event subscription will triggerModifierConstructorDescriptionEventSourceList
(List<EventSource> sources, URI uri) Creates a new instance ofEventSourceList
.EventSubscription
(String id, URI uri, OffsetDateTime createdAt, String metadata, String description, List<EventSource> sources, List<Ref> destinations) Creates a new instance ofEventSubscription
. -
Uses of EventSource in com.ngrok.services
Modifier and TypeMethodDescriptionEventSources.CreateCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.EventSources.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.EventSources.UpdateCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.