public interface StreamContext
| Modifier and Type | Method and Description |
|---|---|
ConsumerInfo |
createConsumer(ConsumerConfiguration config) |
boolean |
deleteConsumer(java.lang.String consumerName) |
ConsumerContext |
getConsumerContext(java.lang.String consumerName) |
java.lang.String |
getStream() |
StreamInfo |
getStreamInfo() |
StreamInfo |
getStreamInfo(StreamInfoOptions options) |
java.lang.String getStream()
StreamInfo getStreamInfo() throws java.io.IOException, JetStreamApiException
java.io.IOExceptionJetStreamApiExceptionStreamInfo getStreamInfo(StreamInfoOptions options) throws java.io.IOException, JetStreamApiException
java.io.IOExceptionJetStreamApiExceptionConsumerInfo createConsumer(ConsumerConfiguration config) throws java.io.IOException, JetStreamApiException
java.io.IOExceptionJetStreamApiExceptionboolean deleteConsumer(java.lang.String consumerName)
throws java.io.IOException,
JetStreamApiException
java.io.IOExceptionJetStreamApiExceptionConsumerContext getConsumerContext(java.lang.String consumerName) throws java.io.IOException, JetStreamApiException
java.io.IOExceptionJetStreamApiException