Interface ImmutableStreamRegistry<M>

All Known Implementing Classes:
RemoteStreamRegistry

public interface ImmutableStreamRegistry<M>
  • Method Details

    • get

      Set<ImmutableStreamRegistry.StreamConsumer<M>> get(org.agrona.concurrent.UnsafeBuffer streamType)
      Returns a set of streams for the given type.

      Implementations of this must be thread-safe.

      Parameters:
      streamType - type of the stream
      Returns:
      set of streams for the given type