EmailProcess class

Constructors

EmailProcess()

Properties

config ↔ ContainerConfig?
getter/setter pairinherited
configPath String
getter/setter pairinherited
factories ↔ DefaultContainerFactory
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
info ↔ ContextInfo?
getter/setter pairinherited
logger ↔ ILogger
getter/setter pairinherited
references ↔ ContainerReferences?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addFactory(IFactory factory) → void
Adds a factory to the container. The factory is used to create components added to the container by their locators (descriptors).
inherited
close(String? correlationId) Future
Closes component and frees used resources.
inherited
configure(ConfigParams config) → void
Configures component by passing configuration parameters.
inherited
isOpen() bool
Checks if the component is opened.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(String? correlationId) Future
Opens the component.
inherited
readConfigFromFile(String? correlationId, String path, ConfigParams parameters) Future
Reads container configuration from JSON or YAML file and parameterizes it with given values.
inherited
run(List<String> args) → void
Runs the container by instantiating and running components inside the container.
inherited
setReferences(IReferences references) → void
Sets references to dependent components.
inherited
toString() String
A string representation of this object.
inherited
unsetReferences() → void
Unsets (clears) previously set references to dependent components.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited