Uses of Class
com.ngrok.services.EventDestinations.CreateCallBuilder
Packages that use EventDestinations.CreateCallBuilder
-
Uses of EventDestinations.CreateCallBuilder in com.ngrok.services
Methods in com.ngrok.services that return EventDestinations.CreateCallBuilderModifier and TypeMethodDescriptionEventDestinations.create()
Create a new Event Destination.EventDestinations.CreateCallBuilder.description
(String description) Human-readable description of the Event Destination.EventDestinations.CreateCallBuilder.description
(Optional<String> description) Human-readable description of the Event Destination.The output format you would like to serialize events into when sending to their target.The output format you would like to serialize events into when sending to their target.Arbitrary user-defined machine-readable data of this Event Destination.Arbitrary user-defined machine-readable data of this Event Destination.EventDestinations.CreateCallBuilder.target
(EventTarget target) An object that encapsulates where and how to send your events.EventDestinations.CreateCallBuilder.target
(Optional<EventTarget> target) An object that encapsulates where and how to send your events.