Uses of Class
com.caplin.motif.datasource.SubjectMessagePublisher
-
Packages that use SubjectMessagePublisher Package Description com.caplin.motif.datasource Extensions to the DataSource for Java library.com.caplin.motif.datasource.publisher com.caplin.motif.fx.liquidity com.caplin.motif.fx.precision com.caplin.motif.fx.rates Classes and interfaces that relate to streaming FX rates.com.caplin.motif.mm.rates Classes and interfaces that relate to streaming MM rates. -
-
Uses of SubjectMessagePublisher in com.caplin.motif.datasource
Methods in com.caplin.motif.datasource with parameters of type SubjectMessagePublisher Modifier and Type Method Description void
CachedMessageProvider. initialise(SubjectMessagePublisher<T> publisher)
Constructors in com.caplin.motif.datasource with parameters of type SubjectMessagePublisher Constructor Description ObjectPublisher(@NotNull SubjectMessagePublisher<SubjectInfo> publisher, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of SubjectMessagePublisher in com.caplin.motif.datasource.publisher
Subclasses of SubjectMessagePublisher in com.caplin.motif.datasource.publisher Modifier and Type Class Description class
SingleValuePublisher<T,S extends SubjectInfo>
Publishes single value messages of a given type. -
Uses of SubjectMessagePublisher in com.caplin.motif.fx.liquidity
Subclasses of SubjectMessagePublisher in com.caplin.motif.fx.liquidity Modifier and Type Class Description class
LiquidityInformationPublisher
-
Uses of SubjectMessagePublisher in com.caplin.motif.fx.precision
Subclasses of SubjectMessagePublisher in com.caplin.motif.fx.precision Modifier and Type Class Description class
PrecisionInformationPublisher
-
Uses of SubjectMessagePublisher in com.caplin.motif.fx.rates
Subclasses of SubjectMessagePublisher in com.caplin.motif.fx.rates Modifier and Type Class Description class
FXQuotePublisher
-
Uses of SubjectMessagePublisher in com.caplin.motif.mm.rates
Methods in com.caplin.motif.mm.rates that return SubjectMessagePublisher Modifier and Type Method Description SubjectMessagePublisher<RateSubjectInfo>
MMRatesAdapter. createQuotePublisher(java.lang.String namespace, CachedDataProvider<RateSubjectInfo> provider)
Creates an MMQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.SubjectMessagePublisher<RateSubjectInfo>
MMRatesAdapter. createQuotePublisher(java.lang.String namespace, CachedDataProvider<RateSubjectInfo> provider, boolean sendDiscardAfterError)
Creates an MMQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.SubjectMessagePublisher<RateSubjectInfo>
MMRatesAdapter. createQuotePublisherWithSubjectParser(java.lang.String namespace, CachedDataProvider<RateSubjectInfo> provider, RateSubjectParser subjectParser)
Creates an MMQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.SubjectMessagePublisher<RateSubjectInfo>
MMRatesAdapter. createQuotePublisherWithSubjectParser(java.lang.String namespace, CachedDataProvider<RateSubjectInfo> provider, RateSubjectParser subjectParser, boolean sendDiscardAfterError)
Creates an MMQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.
-