Uses of Enum Class
com.caplin.datasource.SubjectStatus
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 SubjectStatus in com.caplin.datasource
Modifier and TypeMethodDescriptionstatic SubjectStatus
SubjectStatus.getServiceStatusForCode
(int code) Gets theServiceStatus
for the specified code.StatusEvent.getStatus()
Gets the status of the subject.static SubjectStatus
Returns the enum constant of this class with the specified name.static SubjectStatus[]
SubjectStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SubjectStatus in com.caplin.datasource.channel
Modifier and TypeMethodDescriptionvoid
Channel.sendSubjectStatus
(String subject, SubjectStatus subjectStatus, String statusMessage) Sends a subject Status event to the peer that opened the channel.void
JsonChannel.sendSubjectStatus
(String subject, SubjectStatus subjectStatus, String statusMessage) Sends a subject Status event to the peer that opened the channel. -
Uses of SubjectStatus in com.caplin.datasource.messaging
Modifier and TypeMethodDescriptionMessageFactory.createStatusEvent
(SubjectStatus status, String message) Creates a status event.CachedMessageFactory.createSubjectStatusEvent
(String subject, SubjectStatus status, String message) Creates a subject status event.MessageFactory.createSubjectStatusEvent
(String subject, SubjectStatus status, String message) Creates a subject status event. -
Uses of SubjectStatus in com.caplin.datasource.subscription
Modifier and TypeMethodDescriptionvoid
SubjectConsumer.onStatus
(SubjectStatus subjectStatus) Called when the object status changes