Class MeetupRsvpStream

    • Field Detail

      • LOGGER

        protected static final org.slf4j.Logger LOGGER
      • _partitionByKey

        protected final boolean _partitionByKey
      • _producer

        protected final org.apache.pinot.spi.stream.StreamDataProducer _producer
      • _client

        protected org.glassfish.tyrus.client.ClientManager _client
      • _keepPublishing

        protected volatile boolean _keepPublishing
    • Constructor Detail

      • MeetupRsvpStream

        public MeetupRsvpStream​(boolean partitionByKey)
                         throws Exception
        Throws:
        Exception
    • Method Detail

      • stopPublishing

        public void stopPublishing()
      • getMessageHandler

        protected javax.websocket.MessageHandler.Whole<String> getMessageHandler()