public interface FlowListener extends EventListener
SipListener
.
Whenever the flow fails the container will invoke all the FlowListeners
configured. Application may retrieve the flow and complete the necessary
business logic, which typically includes sending the REGISTER message
again.Flow
,
SipListener
Modifier and Type | Method and Description |
---|---|
void |
flowFailed(FlowFailedEvent flowFailedEvent) |
void flowFailed(FlowFailedEvent flowFailedEvent)
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.