Package com.streambase.liveview.client
Interface PublisherListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidEvent when an exception occurs during the publish.voidstatusEvent(PublisherStatusEvent event) Handles thePublisherStatusEventthat are on thePublisherListener
-
Method Details
-
statusEvent
Handles thePublisherStatusEventthat are on thePublisherListener- Parameters:
event- thePublisherStatusEventfor latest status of the publisher.- Since:
- 10.5.0
-
exceptionRaised
Event when an exception occurs during the publish.- Parameters:
event- thePublisherExceptionEventrepresenting the state of exception.- Since:
- 10.5.0
-