Interface Summary |
ASyncEvent |
A marker interface for an event to be executed by an ASync instance. |
ASyncProvider |
The interface through an ASync instance exports its methods to a service. |
ASyncService |
An interface to be implemented by services that perform I/O through an ASync
instance. |
ASyncServiceEvent |
A marker interface for an event registered under an
ASyncService with an ASyncProvider instance. |
ASyncServiceInspector |
An interface through which a service can inspect what other services are
using the ASync instance by finding their respective keys. |
ASyncServiceManager |
An interface for managing ASyncService objects with an
ASync instance. |
ASyncStartedCallback |
A callback interface to invoke once an ASync service has started. |