Uses of Class
com.ngrok.definitions.EventSource
Packages that use EventSource
-
Uses of EventSource in com.ngrok.definitions
Methods in com.ngrok.definitions that return types with arguments of type EventSourceModifier and TypeMethodDescriptionEventSourceList.getSources()The list of all Event Sources for an Event SubscriptionEventSubscription.getSources()Sources containing the types for which this event subscription will triggerConstructor parameters in com.ngrok.definitions with type arguments of type EventSourceModifierConstructorDescriptionEventSourceList(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
Methods in com.ngrok.services that return EventSourceModifier 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.Methods in com.ngrok.services that return types with arguments of type EventSource