Uses of Class
com.ngrok.definitions.EventTarget
-
Uses of EventTarget in com.ngrok.definitions
Modifier and TypeMethodDescriptionEventTarget.Builder.build()
Constructs theEventTarget
instance.EventDestination.getTarget()
An object that encapsulates where and how to send your events.ModifierConstructorDescriptionEventDestination
(String id, String metadata, OffsetDateTime createdAt, String description, String format, EventTarget target, URI uri) Creates a new instance ofEventDestination
. -
Uses of EventTarget in com.ngrok.services
Modifier and TypeMethodDescriptionEventDestinations.CreateCallBuilder.target
(EventTarget target) An object that encapsulates where and how to send your events.EventDestinations.UpdateCallBuilder.target
(EventTarget target) An object that encapsulates where and how to send your events.Modifier and TypeMethodDescriptionEventDestinations.CreateCallBuilder.target
(Optional<EventTarget> target) An object that encapsulates where and how to send your events.EventDestinations.UpdateCallBuilder.target
(Optional<EventTarget> target) An object that encapsulates where and how to send your events.