Package akka.stream

Interface StreamRefResolver

  • All Superinterfaces:
    Extension

    public interface StreamRefResolver
    extends Extension
    The stream ref resolver provides a way to serialize and deserialize streamrefs in user serializers.

    Not for user extension

    • Method Detail

      • toSerializationFormat

        <T> java.lang.String toSerializationFormat​(SourceRef<T> ref)
        Generate full String representation of the SourceRef. This representation should be used as serialized representation.
      • toSerializationFormat

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