Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Value members
Concrete methods
Create a reader group with the given name and stream names.
Create a reader group with the given name and stream names.
Note: This method is idempotent assuming called with the same name and config, but it will fail if the reader group already exists and the config is different.
This method may block.
Attributes
Create a reader group with the given name and stream names.
Create a reader group with the given name and stream names.
Note: This method is idempotent assuming called with the same name and config, but it will fail if the reader group already exists and the config is different.
This method may block.
Value parameters
- builder
-
A ReaderGroupConfigBuilder to configure the reader group
Attributes
Drop a reader group with the given name.
Drop a reader group with the given name.
Attributes
Open a reader group with the given name.
Open a reader group with the given name.
Attributes
Remove a reader group with the given name.
Remove a reader group with the given name.
If some reason a Reader exited without releasing resource, calling this method can help.
This method may block.