Uses of Class
com.caplin.motif.datasource.CachedPublisher
-
Packages that use CachedPublisher 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.fx.trading.orders.details Classes and interfaces that relate to supplying the details of a previously submitted order strategy. -
-
Uses of CachedPublisher in com.caplin.motif.datasource
Methods in com.caplin.motif.datasource that return CachedPublisher Modifier and Type Method Description <T extends SubjectInfo>
CachedPublisherCachedAdapter. createActivePublisher(com.caplin.datasource.namespace.Namespace namespace, CachedDataProvider<T> dataProvider, SubjectParser<T> parser)
<T extends SubjectInfo>
CachedPublisherCachedAdapter. createActivePublisher(com.caplin.datasource.namespace.Namespace namespace, CachedDataProvider<T> dataProvider, SubjectParser<T> parser, boolean sendDiscardAfterError)
<T extends SubjectInfo>
CachedPublisherCachedAdapter. createCachedPublisher(com.caplin.datasource.namespace.Namespace namespace, CachedDataProvider<T> dataProvider, SubjectParser<T> parser)
Creates anCachedPublisher
that will publish messages on the specified Namespace.<T extends SubjectInfo>
CachedPublisherCachedAdapter. createCachedPublisher(com.caplin.datasource.namespace.Namespace namespace, CachedDataProvider<T> dataProvider, SubjectParser<T> parser, boolean sendDiscardAfterError)
Creates anActivePublisher
that will publish messages on the specified Namespace.<T extends SubjectInfo>
CachedPublisherCachedAdapter. createCachedPublisher(java.lang.String metricNamePrefix, com.caplin.datasource.namespace.Namespace namespace, CachedDataProvider<T> dataProvider, SubjectParser<T> parser)
Creates anCachedPublisher
that will publish messages on the specified Namespace.<T extends SubjectInfo>
CachedPublisherCachedAdapter. createCachedPublisher(java.lang.String name, com.caplin.datasource.namespace.Namespace namespace, CachedDataProvider<T> dataProvider, SubjectParser<T> parser, boolean sendDiscardAfterError)
Creates anActivePublisher
that will publish messages on the specified Namespace.Constructors in com.caplin.motif.datasource with parameters of type CachedPublisher Constructor Description SubjectMessagePublisher(CachedPublisher publisher, boolean useGenerics)
-
Uses of CachedPublisher in com.caplin.motif.datasource.publisher
Constructors in com.caplin.motif.datasource.publisher with parameters of type CachedPublisher Constructor Description SingleValuePublisher(CachedPublisher publisher)
-
Uses of CachedPublisher in com.caplin.motif.fx.liquidity
Constructors in com.caplin.motif.fx.liquidity with parameters of type CachedPublisher Constructor Description LiquidityInformationPublisher(CachedPublisher publisher)
-
Uses of CachedPublisher in com.caplin.motif.fx.precision
Constructors in com.caplin.motif.fx.precision with parameters of type CachedPublisher Constructor Description PrecisionInformationPublisher(CachedPublisher publisher)
-
Uses of CachedPublisher in com.caplin.motif.fx.rates
Constructors in com.caplin.motif.fx.rates with parameters of type CachedPublisher Constructor Description FXQuotePublisher(CachedPublisher publisher)
-
Uses of CachedPublisher in com.caplin.motif.fx.trading.orders.details
Methods in com.caplin.motif.fx.trading.orders.details with parameters of type CachedPublisher Modifier and Type Method Description void
StrategyDetailsProvider. setPublisher(CachedPublisher publisher)
Deprecated.
-