Package org.apache.pekko.stream
Interface Attributes.MandatoryAttribute
-
- All Superinterfaces:
Attributes.Attribute
- All Known Implementing Classes:
ActorAttributes.DebugLogging,ActorAttributes.Dispatcher,ActorAttributes.FuzzingMode,ActorAttributes.MaxFixedBufferSize,ActorAttributes.OutputBurstLimit,ActorAttributes.StreamSubscriptionTimeout,ActorAttributes.SupervisionStrategy,ActorAttributes.SyncProcessingLimit,Attributes.CancellationStrategy,Attributes.InputBuffer,Attributes.NestedMaterializationCancellationPolicy
- Enclosing class:
- Attributes
public static interface Attributes.MandatoryAttribute extends Attributes.Attribute
Attributes that are always present (is defined with default values by the materializer)Not for user extension