-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
The full configure method is awkward with two separate BiConsumer
's with the group repeated in each BiConsumer
, only because there is no way to pass three. This creates an artificial split into into two separate callbacks for each group.
We can created dedicated callback types to use instead of the general BiConsumer, and also use the opportunity to rename the configure methods along the lines of forEachClient
, forEachProxyFactory
, and forEachGroup
.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement