Uses of Interface
io.camunda.zeebe.transport.stream.api.RemoteStream
Packages that use RemoteStream
-
Uses of RemoteStream in io.camunda.zeebe.transport.stream.api
Methods in io.camunda.zeebe.transport.stream.api that return types with arguments of type RemoteStreamModifier and TypeMethodDescriptiondefault Optional<RemoteStream<M,P>> RemoteStreamer.streamFor(org.agrona.DirectBuffer jobType) Returns a valid stream for the given streamType, orOptional.empty()if there is none.Returns a valid stream for the given streamType, orOptional.empty()if there is none. -
Uses of RemoteStream in io.camunda.zeebe.transport.stream.impl
Classes in io.camunda.zeebe.transport.stream.impl that implement RemoteStreamModifier and TypeClassDescriptionfinal classRemoteStreamImpl<M extends BufferReader,P extends BufferWriter> Methods in io.camunda.zeebe.transport.stream.impl that return types with arguments of type RemoteStream