Class SubscriptionAgent


  • public class SubscriptionAgent
    extends Object
    • Method Detail

      • addSubscriber

        public Handle addSubscriber​(Set<com.google.protobuf.ByteString> topics,
                                    Predicate<com.google.protobuf.ByteString> filter,
                                    BiConsumer<com.google.protobuf.ByteString,​com.google.protobuf.ByteString> messageHandler,
                                    Executor handlerExecutor)
      • addSubscriber

        public Handle addSubscriber​(com.google.protobuf.ByteString topic,
                                    Predicate<com.google.protobuf.ByteString> filter,
                                    BiConsumer<com.google.protobuf.ByteString,​com.google.protobuf.ByteString> messageHandler,
                                    Executor executor)
      • addSubscriber

        public Handle addSubscriber​(com.google.protobuf.ByteString topic,
                                    BiConsumer<com.google.protobuf.ByteString,​com.google.protobuf.ByteString> messageHandler,
                                    Executor executor)