Uses of Class
com.ngrok.services.EventStreams.CreateCallBuilder
Packages that use EventStreams.CreateCallBuilder
-
Uses of EventStreams.CreateCallBuilder in com.ngrok.services
Methods in com.ngrok.services that return EventStreams.CreateCallBuilderModifier and TypeMethodDescriptionEventStreams.create()Create a new Event Stream.EventStreams.CreateCallBuilder.description(String description)Human-readable description of the Event Stream.EventStreams.CreateCallBuilder.description(Optional<String> description)Human-readable description of the Event Stream.EventStreams.CreateCallBuilder.destinationIds(List<String> destinationIds)A list of Event Destination IDs which should be used for this Event Stream.EventStreams.CreateCallBuilder.destinationIds(Optional<List<String>> destinationIds)A list of Event Destination IDs which should be used for this Event Stream.The protocol that determines which events will be collected.The protocol that determines which events will be collected.A list of protocol-specific fields you want to collect on each event.A list of protocol-specific fields you want to collect on each event.Arbitrary user-defined machine-readable data of this Event Stream.Arbitrary user-defined machine-readable data of this Event Stream.EventStreams.CreateCallBuilder.samplingRate(double samplingRate)The percentage of all events you would like to capture.EventStreams.CreateCallBuilder.samplingRate(Optional<Double> samplingRate)The percentage of all events you would like to capture.