Class BeanWithChain


  • @ApplicationScoped
    public class BeanWithChain
    extends Object
    • Constructor Detail

      • BeanWithChain

        public BeanWithChain()
    • Method Detail

      • source

        public org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> source()
      • toUpperCase

        public String toUpperCase​(String payload)
      • filter

        public org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> filter​(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> input)
      • sink

        public void sink​(String word)