Uses of Class
com.ngrok.definitions.EventTarget
Packages that use EventTarget
-
Uses of EventTarget in com.ngrok.definitions
Methods in com.ngrok.definitions that return EventTargetModifier and TypeMethodDescriptionEventTarget.Builder.build()
Constructs theEventTarget
instance.EventDestination.getTarget()
An object that encapsulates where and how to send your events.Constructors in com.ngrok.definitions with parameters of type EventTargetModifierConstructorDescriptionEventDestination
(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
Methods in com.ngrok.services with parameters of type EventTargetModifier 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.Method parameters in com.ngrok.services with type arguments of type EventTargetModifier 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.