Interface ForkFailoverEvent


  • public interface ForkFailoverEvent
    This event is fired when a ForkActivity fails over to another node in the cluster. Interested applications can listen for this event and take action on the ForkActivity if necessary. Currently the only operation supported on a failed-over ForkActivity is cancellation.

    This event is only fired when the RA's replication support is enabled (ReplicatedDialogSupport=true).