Interface StreamInternal

  • All Superinterfaces:
    Stream
    All Known Implementing Classes:
    StreamImpl

    public interface StreamInternal
    extends Stream
    • Method Detail

      • getScopedName

        default java.lang.String getScopedName()
        Gets the scoped name of this stream.
        Specified by:
        getScopedName in interface Stream
        Returns:
        String a fully scoped stream name
      • fromScopedName

        static Stream fromScopedName​(java.lang.String scopedName)