StreamRefResolver

org.apache.pekko.stream.StreamRefResolver
See theStreamRefResolver companion object

The stream ref resolver provides a way to serialize and deserialize streamrefs in user serializers.

Not for user extension

Attributes

Companion
object
Source
StreamRefs.scala
Graph
Supertypes
trait Extension
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def resolveSinkRef[T](serializedSinkRef: String): SinkRef[T]

Deserialize an SinkRef in the toSerializationFormat.

Deserialize an SinkRef in the toSerializationFormat.

Attributes

Source
StreamRefs.scala
def resolveSourceRef[T](serializedSourceRef: String): SourceRef[T]

Deserialize an SourceRef in the toSerializationFormat.

Deserialize an SourceRef in the toSerializationFormat.

Attributes

Source
StreamRefs.scala

Generate full String representation of the SourceRef. This representation should be used as serialized representation.

Generate full String representation of the SourceRef. This representation should be used as serialized representation.

Attributes

Source
StreamRefs.scala

Generate full String representation of the SinkRef. This representation should be used as serialized representation.

Generate full String representation of the SinkRef. This representation should be used as serialized representation.

Attributes

Source
StreamRefs.scala