Package com.ngrok.services
Class EventSources.DeleteCallBuilder
java.lang.Object
com.ngrok.services.EventSources.DeleteCallBuilder
- Enclosing class:
- EventSources
A builder object encapsulating state for an unsent Delete API call.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Initiates the API call and blocks until it returns.call()
Initiates the API call asynchronously.
-
Method Details
-
call
Initiates the API call asynchronously.- Returns:
- a
CompletionStage
ofVoid
-
blockingCall
Initiates the API call and blocks until it returns.- Throws:
InterruptedException
- if the thread was interrupted during the call
-