public class StepEndSituationSubscriber extends AbstractSituationSubscriber
LOGGER| Constructor and Description |
|---|
StepEndSituationSubscriber(org.qubership.automation.itf.core.model.jpa.context.TcContext context,
Set<org.qubership.automation.itf.core.model.jpa.system.stub.Situation> endSituations,
String callChainEventId,
boolean waitAllEndSituations)
Subscriber that will process finished end situations.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.qubership.automation.itf.core.model.event.NextCallChainEvent |
createEvent() |
void |
handle(org.qubership.automation.itf.core.model.event.SituationEvent.EndExceptionalSituationFinish event)
This method that will process finished end situations.
|
finish, getTenantIdpublic StepEndSituationSubscriber(org.qubership.automation.itf.core.model.jpa.context.TcContext context,
Set<org.qubership.automation.itf.core.model.jpa.system.stub.Situation> endSituations,
String callChainEventId,
boolean waitAllEndSituations)
context - - TcContextendSituations - - End Situations set (Situation type)callChainEventId - - NextCallChainSubscriber idwaitAllEndSituations - - wait when all end situations will finish (boolean). This value configuring on
call chain step (tick box)public void handle(org.qubership.automation.itf.core.model.event.SituationEvent.EndExceptionalSituationFinish event)
event - - SituationEvent.EndExceptionalSituationFinish event that contains SituationInstanceprotected org.qubership.automation.itf.core.model.event.NextCallChainEvent createEvent()
createEvent in class AbstractSituationSubscriberCopyright © 2025. All rights reserved.