Package com.streambase.liveview.client
Interface PublisherListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractPublisherListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Event when an exception occurs during the publish.void
statusEvent
(PublisherStatusEvent event) Handles thePublisherStatusEvent
that are on thePublisherListener
-
Method Details
-
statusEvent
Handles thePublisherStatusEvent
that are on thePublisherListener
- Parameters:
event
- thePublisherStatusEvent
for latest status of the publisher.- Since:
- 10.5.0
-
exceptionRaised
Event when an exception occurs during the publish.- Parameters:
event
- thePublisherExceptionEvent
representing the state of exception.- Since:
- 10.5.0
-