Interface Subscriber.Option<V,​U>

    • Method Detail

      • nullOption

        static <V,​U> Subscriber.Option<V,​U> nullOption()
        A null implementation of an Subscriber.Option.
        Type Parameters:
        V - the type of the value on the topic
        U - the type of the value returned to the subscriber
        Returns:
        a null implementation of an Subscriber.Option.