Uses of Interface
info.bitrich.xchangestream.core.StreamingExchange
Packages that use StreamingExchange
-
Uses of StreamingExchange in info.bitrich.xchangestream.core
Methods in info.bitrich.xchangestream.core that return StreamingExchangeModifier and TypeMethodDescriptionStreamingExchangeFactory.createExchange(Class<? extends StreamingExchange> exchangeClass) Create an Exchange object with default ExchangeSpecificationStreamingExchangeFactory.createExchange(String exchangeClassName) Create an Exchange object with default ExchangeSpecificationStreamingExchangeFactory.createExchange(ExchangeSpecification exchangeSpecification) StreamingExchangeFactory.createExchangeWithoutSpecification(Class<? extends StreamingExchange> exchangeClass) StreamingExchangeFactory.createExchangeWithoutSpecification(String exchangeClassName) Create an Exchange object without default ExchangeSpecificationMethod parameters in info.bitrich.xchangestream.core with type arguments of type StreamingExchangeModifier and TypeMethodDescriptionStreamingExchangeFactory.createExchange(Class<? extends StreamingExchange> exchangeClass) Create an Exchange object with default ExchangeSpecificationStreamingExchangeFactory.createExchangeWithoutSpecification(Class<? extends StreamingExchange> exchangeClass)