Class SystemMaterializer$

java.lang.Object
org.apache.pekko.stream.SystemMaterializer$
All Implemented Interfaces:
ExtensionId<SystemMaterializer>, ExtensionIdProvider

public class SystemMaterializer$ extends Object implements ExtensionId<SystemMaterializer>, ExtensionIdProvider
The system materializer is a default materializer to use for most cases running streams, it is a single instance per actor system that is tied to the lifecycle of that system.

Not intended to be manually used in user code.

  • Field Details

    • MODULE$

      public static final SystemMaterializer$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • SystemMaterializer$

      public SystemMaterializer$()
  • Method Details