Class Client

java.lang.Object
com.rabbitmq.stream.impl.Client
All Implemented Interfaces:
AutoCloseable

public class Client extends Object implements AutoCloseable
This is low-level client API to communicate with the broker.

It is not meant for public usage and can change at any time.

Users are encouraged to use the Environment, Producer, Consumer API, and their respective builders to interact with the broker.

People wanting very fine control over their interaction with the broker can use Client but at their own risk.