| Attributes Class |
Namespace: Akka.Streams
The Attributes type exposes the following members.
| Name | Description | |
|---|---|---|
| Attributes |
TBD
|
| Name | Description | |
|---|---|---|
| AttributeList |
TBD
|
| Name | Description | |
|---|---|---|
| And(Attributes) |
Adds given attributes to the end of these attributes.
| |
| And(AttributesIAttribute) |
Adds given attribute to the end of these attributes.
| |
| ContainsTAttr |
Test whether the given attribute is contained within this attributes list.
| |
| CreateAsyncBoundary |
TBD
| |
| CreateInputBuffer |
Specifies the initial and maximum size of the input buffer.
| |
| CreateLogLevels |
Configures LogTIn, TOut, TMat(FlowTIn, TOut, TMat, String, FuncTOut, Object, ILoggingAdapter) stage log-levels to be used when logging.
Logging a certain operation can be completely disabled by using Off
Passing in null as any of the arguments sets the level to its default value, which is:
[!:LogLevel.DebugLevel] for onElement and onFinish, and [!:LogLevel.ErrorLevel] for onError.
| |
| CreateName |
Specifies the name of the operation.
If the name is null or empty the name is ignored, i.e. None is returned.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ExtractName |
Compute a name by concatenating all Name attributes that the given module
has, returning the given default value if none are found.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAttributeTAttr |
Get the last (most specific) attribute of a given type or subtype thereof.
| |
| GetAttributeTAttr(TAttr) |
Get the last (most specific) attribute of a given type or subtype thereof.
If no such attribute exists the default value is returned.
| |
| GetAttributeListTAttr |
Get all attributes of a given type or subtype thereof
| |
| GetFirstAttributeTAttr |
Get the first (least specific) attribute of a given type or subtype thereof.
| |
| GetFirstAttributeTAttr(TAttr) |
Get the first (least specific) attribute of a given type or subtype thereof.
If no such attribute exists the default value is returned.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetNameLifted |
Extracts Name attributes and concatenates them.
| |
| GetNameOrDefault |
TBD
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT |
TBD
(Defined by Extensions.) | |
| Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
| MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |