public static interface HttpApiConversions.ServiceAdapterHolder
StreamingHttpService that adapts another service to the streaming programming model.| Modifier and Type | Method and Description |
|---|---|
StreamingHttpService |
adaptor()
StreamingHttpService that adapts another service to the streaming programming model. |
HttpExecutionStrategy |
serviceInvocationStrategy()
HttpExecutionStrategy that should be used to invoke the service returned by adaptor(). |
StreamingHttpService adaptor()
StreamingHttpService that adapts another service to the streaming programming model. This
StreamingHttpService should only be invoked using the HttpExecutionStrategy returned from
serviceInvocationStrategy().StreamingHttpService that adapts another service to the streaming programming model.HttpExecutionStrategy serviceInvocationStrategy()
HttpExecutionStrategy that should be used to invoke the service returned by adaptor().HttpExecutionStrategy for this adapter.