Package akka.stream

Interface StreamRefResolver

  • All Superinterfaces:
    Extension
    All Known Implementing Classes:
    StreamRefResolverImpl

    public interface StreamRefResolver
    extends Extension
    Generate full String representation of the SourceRef. This representation should be used as serialized representation.
    • Method Detail

      • toSerializationFormat

        <T> java.lang.String toSerializationFormat​(SourceRef<T> ref)
      • toSerializationFormat

        <T> java.lang.String toSerializationFormat​(SinkRef<T> ref)
        Generate full String representation of the SinkRef. This representation should be used as serialized representation.
        Parameters:
        ref - (undocumented)
        Returns:
        (undocumented)