Interface InvokeEndpointWithBidirectionalStreamResponseHandler
- All Superinterfaces:
EventStreamResponseHandler<InvokeEndpointWithBidirectionalStreamResponse,ResponseStreamEvent>
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface InvokeEndpointWithBidirectionalStreamResponseHandler
extends EventStreamResponseHandler<InvokeEndpointWithBidirectionalStreamResponse,ResponseStreamEvent>
Response handler for the InvokeEndpointWithBidirectionalStream API.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder forInvokeEndpointWithBidirectionalStreamResponseHandler.static interfaceVisitor for subtypes ofResponseStreamEvent. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionbuilder()Create aInvokeEndpointWithBidirectionalStreamResponseHandler.Builder, used to create aInvokeEndpointWithBidirectionalStreamResponseHandler.Methods inherited from interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler
complete, exceptionOccurred, onEventStream, responseReceived
-
Method Details
-
builder
Create aInvokeEndpointWithBidirectionalStreamResponseHandler.Builder, used to create aInvokeEndpointWithBidirectionalStreamResponseHandler.
-