Uses of Enum Class
com.caplin.datasource.SubjectError.Flags
Package
Description
Defines the message types that are used by DataSource for Java.
-
Uses of SubjectError.Flags in com.caplin.datasource
Modifier and TypeMethodDescriptionstatic SubjectError.Flags
Returns the enum constant of this class with the specified name.static SubjectError.Flags[]
SubjectError.Flags.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SubjectError.Flags 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.