Package akka.io

Interface ChannelRegistry


  • public interface ChannelRegistry
    Registers the given channel with the selector, creates a ChannelRegistration instance for it and dispatches it back to the channelActor calling this register
    • Method Detail

      • register

        void register​(java.nio.channels.SelectableChannel channel,
                      int initialOps,
                      ActorRef channelActor)