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 TypeMethodDescriptionRemoteStreamer.streamFor(org.agrona.DirectBuffer streamType) 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 TypeClassDescriptionclassRemoteStreamImpl<M extends BufferReader,P extends BufferWriter> Methods in io.camunda.zeebe.transport.stream.impl that return types with arguments of type RemoteStreamModifier and TypeMethodDescriptionRemoteStreamerImpl.streamFor(org.agrona.DirectBuffer streamType)