Class BrokerResponse
java.lang.Object
org.apache.beam.sdk.io.solace.broker.BrokerResponse
-
Constructor Summary
ConstructorsConstructorDescriptionBrokerResponse
(int responseCode, String message, @Nullable InputStream content) -
Method Summary
Modifier and TypeMethodDescriptionstatic BrokerResponse
fromHttpResponse
(com.google.api.client.http.HttpResponse response) toString()
-
Constructor Details
-
BrokerResponse
-
-
Method Details
-
fromHttpResponse
public static BrokerResponse fromHttpResponse(com.google.api.client.http.HttpResponse response) throws IOException - Throws:
IOException
-
toString
-