Class AsynchronousProcessor


  • public class AsynchronousProcessor
    extends java.lang.Object
    Process asynchronous channels for notification of events.
    Since:
    3.0
    Author:
    Mark Rotteveel
    • Method Detail

      • registerAsynchronousChannel

        public void registerAsynchronousChannel​(FbWireAsynchronousChannel channel)
        Registers an asynchronous channel with the asynchronous processor.
        Parameters:
        channel - The channel to register
      • shutdown

        public void shutdown()