public interface JetStreamReader
| Modifier and Type | Method and Description |
|---|---|
Message |
nextMessage(java.time.Duration timeout) |
Message |
nextMessage(long timeoutMillis) |
void |
stop() |
Message nextMessage(java.time.Duration timeout) throws java.lang.InterruptedException, java.lang.IllegalStateException
java.lang.InterruptedExceptionjava.lang.IllegalStateExceptionMessage nextMessage(long timeoutMillis) throws java.lang.InterruptedException, java.lang.IllegalStateException
java.lang.InterruptedExceptionjava.lang.IllegalStateExceptionvoid stop()