-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
API (Both)Impacts the client and server APIImpacts the client and server APIenhancementAdding a new feature or improving an existing oneAdding a new feature or improving an existing one
Milestone
Description
To mirror the facility in ServerEndpointConfig.Builder#extensions add ability to define an array of Extensions (via class) which will be created and managed just for this endpoint. e.g.
public @interface ServerEndpoint {
...
public Class<? extends Extension>[] extensions() default {};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
API (Both)Impacts the client and server APIImpacts the client and server APIenhancementAdding a new feature or improving an existing oneAdding a new feature or improving an existing one