teardown property

  1. @Deprecated('Not supported. Member documentation may have more information.')
EnterpriseCrmEventbusProtoTeardown? teardown
getter/setter pair

Contains a graph of tasks that will be executed before putting the event in a terminal state (SUCCEEDED/FAILED/FATAL), regardless of success or failure, similar to "finally" in code.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
EnterpriseCrmEventbusProtoTeardown? teardown;