dependencyType property

ComponentDependencyType? dependencyType
final

The type of this dependency. Choose from the following options:

  • SOFT – The component doesn't restart if the dependency changes state.
  • HARD – The component restarts if the dependency changes state.
Default: HARD

Implementation

final ComponentDependencyType? dependencyType;