SubjectMessagePublisher<NoticeRateSubjectInfo> |
MMRatesAdapter.createNoticeRatesQuotePublisher(java.lang.String namespace,
CachedDataProvider<NoticeRateSubjectInfo> provider) |
Creates an MMQuotePublisher that is able to respond to messages
received on the CachedDataProvider that is passed in.
|
SubjectMessagePublisher<NoticeRateSubjectInfo> |
MMRatesAdapter.createNoticeRatesQuotePublisher(java.lang.String namespace,
CachedDataProvider<NoticeRateSubjectInfo> provider,
boolean sendDiscardAfterError) |
Creates an MMQuotePublisher that is able to respond to messages
received on the CachedDataProvider that is passed in.
|
SubjectMessagePublisher<NoticeRateSubjectInfo> |
MMRatesAdapter.createNoticeRatesQuotePublisherWithSubjectParser(java.lang.String namespace,
CachedDataProvider<NoticeRateSubjectInfo> provider,
NoticeRateSubjectParser subjectParser) |
Creates an MMQuotePublisher that is able to respond to messages
received on the CachedDataProvider that is passed in.
|
SubjectMessagePublisher<NoticeRateSubjectInfo> |
MMRatesAdapter.createNoticeRatesQuotePublisherWithSubjectParser(java.lang.String namespace,
CachedDataProvider<NoticeRateSubjectInfo> provider,
NoticeRateSubjectParser subjectParser,
boolean sendDiscardAfterError) |
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) |
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.
|