Interface D3ReceiveBroadcastAfterContext

All Superinterfaces:
D3ReceiveBroadcastExecutionContext

public interface D3ReceiveBroadcastAfterContext extends D3ReceiveBroadcastExecutionContext
Provides a context for executing post-broadcast operations.
Since:
5.5.1
See Also:
  • Method Details

    • getStatus

      D3Broadcast.Status getStatus()
      Global status of the D3 broadcast distributed transaction.
      • 'Commit': if the transaction successfully ends,
      • 'Rollback': if the transaction ends with an error.
      Since:
      5.5.1