Interface JobStreamClient
- All Superinterfaces:
AutoCloseable,BrokerTopologyListener,CloseableSilently
- All Known Implementing Classes:
JobStreamClientImpl
The main entry point for the client side of job streaming in the gateway.
-
Method Summary
Methods inherited from interface io.camunda.zeebe.gateway.impl.broker.cluster.BrokerTopologyListener
brokerAdded, brokerRemovedMethods inherited from interface io.camunda.zeebe.util.CloseableSilently
close
-
Method Details
-
streamer
ClientStreamer<JobActivationProperties> streamer()Returns the underlying job streamer. -
start
ActorFuture<Void> start()Asynchronously starts the job stream client. -
list
Returns the list of registered job streams
-