Uses of Enum Class
com.caplin.datasource.SubjectError
Package
Description
The Channel package consists of interfaces allowing creation and maintenance of
Channel
s that
provide a bi-directional communication mechanism between StreamLink clients and DataSource applicationsDefines the message types 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 SubjectError in com.caplin.datasource
Modifier and TypeMethodDescriptionSubjectErrorEvent.getError()
Gets theSubjectError
relating to theSubjectErrorEvent
.static SubjectError
Returns the enum constant of this class with the specified name.static SubjectError[]
SubjectError.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SubjectError in com.caplin.datasource.channel
Modifier and TypeMethodDescriptionvoid
Channel.sendSubjectError
(String subject, SubjectError error) Sends a subject error event to the peer that opened the channel.void
JsonChannel.sendSubjectError
(String subject, SubjectError error) Sends a subject error event to the peer that opened the channel. -
Uses of SubjectError 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 SubjectError in com.caplin.datasource.subscription
Modifier and TypeMethodDescriptionvoid
SubjectConsumer.onError
(SubjectError subjectError) Called if there is a subscription error