| Class | Description |
|---|---|
| CreateStargateBridgeClientFilter |
Validates that the auth token is present and pre-builds the gRPC client before each request.
|
| StargateBridgeClientJerseyFactory |
Provides the stub that we created in
CreateStargateBridgeClientFilter to the Jersey
context, so that it can be injected into resource methods with @Context. |
| Annotation Type | Description |
|---|---|
| CreateStargateBridgeClient |
Annotates resources that we want filtered with
CreateStargateBridgeClientFilter. |
Copyright © 2022. All rights reserved.