Uses of Class
io.camunda.zeebe.transport.stream.impl.RemoteStreamRegistry
Packages that use RemoteStreamRegistry
-
Uses of RemoteStreamRegistry in io.camunda.zeebe.transport.stream.impl
Constructors in io.camunda.zeebe.transport.stream.impl with parameters of type RemoteStreamRegistryModifierConstructorDescriptionRemoteStreamApiHandler(RemoteStreamRegistry<M> registry, Function<org.agrona.DirectBuffer, M> metadataFactory) RemoteStreamServiceImpl(RemoteStreamerImpl<M, P> streamer, RemoteStreamTransport<M> apiServer, RemoteStreamRegistry<M> registry)