Class AbstractSymbolSseRequestBuilder<R,​B extends ISseRequestBuilder<R>>

    • Constructor Detail

      • AbstractSymbolSseRequestBuilder

        public AbstractSymbolSseRequestBuilder()
    • Method Detail

      • getSymbols

        protected Set<String> getSymbols()
      • getSymbol

        protected String getSymbol()
      • withSymbol

        public B withSymbol​(String symbol)
      • withSymbols

        public B withSymbols​(String... symbols)
      • withAllSymbols

        public B withAllSymbols()