We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor SyncService<T> to SyncConnection<T> to facilitate using the Service suffix to encapsulate service endpoints.
SyncService<T>
SyncConnection<T>
The features this will facilitate are service discovery, service availability, and encapsulating group functionality by service.
SyncGroupProvider will be refactored to be SyncServiceManager and will provide implementation for the above features.
SyncGroupProvider
SyncServiceManager
Create REST endpoints for:
Create socket events specific to changes in service availability.
The text was updated successfully, but these errors were encountered:
JaimeStill
No branches or pull requests
Refactor
SyncService<T>
toSyncConnection<T>
to facilitate using the Service suffix to encapsulate service endpoints.The features this will facilitate are service discovery, service availability, and encapsulating group functionality by service.
SyncGroupProvider
will be refactored to beSyncServiceManager
and will provide implementation for the above features.Create REST endpoints for:
Create socket events specific to changes in service availability.
The text was updated successfully, but these errors were encountered: