Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.responses |
Modifier and Type | Method and Description |
---|---|
PutMessagesResponse |
StreamClient.putMessages(PutMessagesRequest request) |
PutMessagesResponse |
Stream.putMessages(PutMessagesRequest request)
Emits messages to a stream.
|
Modifier and Type | Method and Description |
---|---|
Future<PutMessagesResponse> |
StreamAsyncClient.putMessages(PutMessagesRequest request,
AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler) |
Future<PutMessagesResponse> |
StreamAsync.putMessages(PutMessagesRequest request,
AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler)
Emits messages to a stream.
|
Modifier and Type | Method and Description |
---|---|
Future<PutMessagesResponse> |
StreamAsyncClient.putMessages(PutMessagesRequest request,
AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler) |
Future<PutMessagesResponse> |
StreamAsync.putMessages(PutMessagesRequest request,
AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler)
Emits messages to a stream.
|
Modifier and Type | Method and Description |
---|---|
PutMessagesResponse |
PutMessagesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
PutMessagesResponse.Builder |
PutMessagesResponse.Builder.copy(PutMessagesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.