Uses of Interface
com.caplin.datasource.SubjectErrorEvent
Package
Description
Defines the message types that are used by DataSource for Java.
Defines the methods of providing and publishing data that are used by DataSource for Java.
Defines the interfaces and classes that are used by a Java DataSource application when it needs
to subscribe to data provided by another DataSource application.
-
Uses of SubjectErrorEvent in com.caplin.datasource.messaging
Modifier and TypeMethodDescriptionCachedMessageFactory.createSubjectErrorEvent
(String subject, SubjectError error, SubjectError.Flags... flags) Creates a subject error event.MessageFactory.createSubjectErrorEvent
(String subject, SubjectError error, SubjectError.Flags... flags) Creates a subject error event. -
Uses of SubjectErrorEvent in com.caplin.datasource.publisher
Modifier and TypeMethodDescriptionvoid
BroadcastPublisher.publishSubjectErrorEvent
(Peer peer, SubjectErrorEvent subjectErrorEvent) Publishes to the specified peer subscribed to a subject an event detailing an error in the subscription for that subject.void
CachingPublisher.publishSubjectErrorEvent
(SubjectErrorEvent subjectErrorEvent) Publishes to all peers subscribed to a subject an event detailing an error in the subscription for that subject.void
Publisher.publishSubjectErrorEvent
(SubjectErrorEvent subjectErrorEvent) Publishes to all peers subscribed to a subject an event detailing an error in the subscription for that subject. -
Uses of SubjectErrorEvent in com.caplin.datasource.subscription
Modifier and TypeMethodDescriptionvoid
BaseSubscriptionListener.subjectErrorReceived
(Subscription subscription, Peer peer, SubjectErrorEvent subjectErrorEvent) void
SubscriptionListener.subjectErrorReceived
(Subscription subscription, Peer peer, SubjectErrorEvent subjectErrorEvent) Called when there is an error in a subscription.