Package com.ngrok.services
Class EventStreams
java.lang.Object
com.ngrok.services.EventStreams
An API client for
EventStreams.
See also https://ngrok.com/docs/api#api-event-streams.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassA builder object encapsulating state for an unsent Create API call.classA builder object encapsulating state for an unsent Delete API call.classA builder object encapsulating state for an unsent Get API call.classA builder object encapsulating state for an unsent List API call.classA builder object encapsulating state for an unsent Update API call. -
Constructor Summary
ConstructorsConstructorDescriptionEventStreams(NgrokApiClient apiClient)Creates a new sub-client for EventStreams. -
Method Summary
-
Constructor Details
-
EventStreams
Creates a new sub-client for EventStreams.- Parameters:
apiClient- an instance ofNgrokApiClient
-
-
Method Details
-
create
Create a new Event Stream. It will not apply to anything until you associate it with one or more Endpoint Configs. See also https://ngrok.com/docs/api#api-event-streams-create.- Returns:
- a call builder for this API call
-
delete
Delete an Event Stream. Associated Event Destinations will be preserved. See also https://ngrok.com/docs/api#api-event-streams-delete.- Parameters:
id- a resource identifier- Returns:
- a call builder for this API call
-
get
Get detailed information about an Event Stream by ID. See also https://ngrok.com/docs/api#api-event-streams-get.- Parameters:
id- a resource identifier- Returns:
- a call builder for this API call
-
list
List all Event Streams available on this account. See also https://ngrok.com/docs/api#api-event-streams-list.- Returns:
- a call builder for this API call
-
update
Update attributes of an Event Stream by ID. See also https://ngrok.com/docs/api#api-event-streams-update.- Parameters:
id- Unique identifier for this Event Stream.- Returns:
- a call builder for this API call
-