public CloseableSubscriber to()

in rcomp-camel/src/main/java/org/apache/karaf/rcomp/camel/CamelComponent.java [73:75]


    public <T> CloseableSubscriber<T> to(String topic, Class<T> type) {
        return new CloseableSubscriberAdapter<T>(camelreactive.subscriber(topic, type));
    }