Package org.apache.pekko.io
Interface ChannelRegistry
public interface ChannelRegistry
Interface behind which we hide our selector management logic from the connection actors
-
Method Summary
Modifier and TypeMethodDescriptionvoidregister(SelectableChannel channel, int initialOps, ActorRef channelActor) Registers the given channel with the selector, creates a ChannelRegistration instance for it and dispatches it back to the channelActor calling thisregister
-
Method Details
-
register
Registers the given channel with the selector, creates a ChannelRegistration instance for it and dispatches it back to the channelActor calling thisregister
-