Class EventSourceTopology

    • Constructor Detail

    • Method Detail

      • createTopic

        public ListenableFuture<RpcResult<CreateTopicOutput>> createTopic​(CreateTopicInput input)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: EventAggregatorService
        Invoke create-topic RPC.
             
                 Create a new topic. A topic is an aggregation of several notification types from
                 a set of nodes. Each successful invocation results in a unique topic being
                 created. The caller is responsible for removing the topic once it is no longer
                 needed.
             
         
        Specified by:
        createTopic in interface EventAggregatorService
        Parameters:
        input - of create-topic
        Returns:
        output of create-topic
      • close

        public void close()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        close in interface AutoCloseable
      • register

        public void register​(EventSource eventSource)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • unRegister

        public void unRegister​(EventSource eventSource)
        Deprecated, for removal: This API element is subject to removal in a future version.