Uses of Interface
io.camunda.zeebe.transport.stream.api.ClientStreamId
Packages that use ClientStreamId
-
Uses of ClientStreamId in io.camunda.zeebe.transport.stream.api
Methods in io.camunda.zeebe.transport.stream.api that return ClientStreamIdMethods in io.camunda.zeebe.transport.stream.api that return types with arguments of type ClientStreamIdModifier and TypeMethodDescriptionClientStreamer.add(org.agrona.DirectBuffer streamType, M metadata, ClientStreamConsumer clientStreamConsumer) Registers a client and opens a stream for the given streamType and associated Metadata with all available servers.Methods in io.camunda.zeebe.transport.stream.api with parameters of type ClientStreamIdModifier and TypeMethodDescriptionClientStreamer.remove(ClientStreamId streamId) Removes a stream that is added viaClientStreamer.add(DirectBuffer, BufferWriter, ClientStreamConsumer).ClientStreamService.streamFor(ClientStreamId id) Returns theClientStreamassociated with this ID -
Uses of ClientStreamId in io.camunda.zeebe.transport.stream.impl
Methods in io.camunda.zeebe.transport.stream.impl that return types with arguments of type ClientStreamIdModifier and TypeMethodDescriptionClientStreamServiceImpl.add(org.agrona.DirectBuffer streamType, M metadata, ClientStreamConsumer clientStreamConsumer) Methods in io.camunda.zeebe.transport.stream.impl with parameters of type ClientStreamIdModifier and TypeMethodDescriptionClientStreamServiceImpl.remove(ClientStreamId streamId) ClientStreamServiceImpl.streamFor(ClientStreamId id)