-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`ApolloRouterBuilder` has been migrated to `buildstructor` for consistency with other code. Calls to `ApolloRouterBuilder::default()` should be migrated to `ApolloRouter::builder`. `FederatedServerHandle` has been renamed to `ApolloRouterHandle`. Removed functionality: * The ability to supply your own `RouterServiceFactory`. This may be added back if there is a concrete use case for it. * `StateListener`. This made the internal state machine unnecessarily complex. `ready()` remains on `ApolloRouterHandle`. * `ApolloRouterHandle#shutdown()` has been removed. Instead dropping `ApolloRouterHandle` will cause the router to shutdown.
- Loading branch information
bryn
committed
Jun 13, 2022
1 parent
cb5ae71
commit 5811493
Showing
6 changed files
with
105 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.