Package akka.stream

Class ActorMaterializerSettings$


  • public class ActorMaterializerSettings$
    extends java.lang.Object
    Create ActorMaterializerSettings from individual settings (Scala).
    • Field Detail

      • MODULE$

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

      • ActorMaterializerSettings$

        public ActorMaterializerSettings$()
    • Method Detail

      • apply

        public ActorMaterializerSettings apply​(int initialInputBufferSize,
                                               int maxInputBufferSize,
                                               java.lang.String dispatcher,
                                               scala.Function1<java.lang.Throwable,​Supervision.Directive> supervisionDecider,
                                               StreamSubscriptionTimeoutSettings subscriptionTimeoutSettings,
                                               boolean debugLogging,
                                               int outputBurstLimit,
                                               boolean fuzzingMode,
                                               boolean autoFusing,
                                               int maxFixedBufferSize)
        Deprecated.
        Create the settings using the apply(system) or apply(config) method, and then modify them using the .with methods. Since 2.5.10.
      • create

        public ActorMaterializerSettings create​(int initialInputBufferSize,
                                                int maxInputBufferSize,
                                                java.lang.String dispatcher,
                                                scala.Function1<java.lang.Throwable,​Supervision.Directive> supervisionDecider,
                                                StreamSubscriptionTimeoutSettings subscriptionTimeoutSettings,
                                                boolean debugLogging,
                                                int outputBurstLimit,
                                                boolean fuzzingMode,
                                                boolean autoFusing,
                                                int maxFixedBufferSize)
        Deprecated.
        Create the settings using the create(system) or create(config) method, and then modify them using the .with methods. Since 2.5.10.
        Create ActorMaterializerSettings from individual settings (Java).
        Parameters:
        initialInputBufferSize - (undocumented)
        maxInputBufferSize - (undocumented)
        dispatcher - (undocumented)
        supervisionDecider - (undocumented)
        subscriptionTimeoutSettings - (undocumented)
        debugLogging - (undocumented)
        outputBurstLimit - (undocumented)
        fuzzingMode - (undocumented)
        autoFusing - (undocumented)
        maxFixedBufferSize - (undocumented)
        Returns:
        (undocumented)