-
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.
* Removed ApolloRouterBuilder in favor of buildstructor. * Entry point improvements `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. Co-authored-by: bryn <bryn@apollographql.com>
- Loading branch information
Showing
5 changed files
with
128 additions
and
332 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
Oops, something went wrong.