Uses of Enum Class
com.caplin.datasource.SubjectError
Packages that use SubjectError
Package
Description
The Channel package consists of interfaces allowing creation and maintenance of
Channels 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
Methods in com.caplin.datasource that return SubjectErrorModifier and TypeMethodDescriptionSubjectErrorEvent.getError()Gets theSubjectErrorrelating to theSubjectErrorEvent.static SubjectErrorReturns 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
Methods in com.caplin.datasource.channel with parameters of type SubjectErrorModifier and TypeMethodDescriptionvoidChannel.sendSubjectError(String subject, SubjectError error) Sends a subject error event to the peer that opened the channel.voidJsonChannel.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
Methods in com.caplin.datasource.messaging with parameters of type SubjectErrorModifier 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
Methods in com.caplin.datasource.subscription with parameters of type SubjectErrorModifier and TypeMethodDescriptionvoidSubjectConsumer.onError(SubjectError subjectError) Called if there is a subscription error