Module health.base
ballerinax/health.base Ballerina library
Package containing some common capabilities used in other health packages
Package Overview
This package is Health Base module which contains base common capabilities used in other health packages.
Sub modules
-
health.base.auth
This module contains an authentication provider that supports client assertion JWTs. Using this module, access token requests to token endpoints can be sent with a client assertion. The module handles also the caching and management of access tokens.
-
health.base.error
This module contains defined errors and related error handling utilities used by health packages.
-
health.base.message
This module contains base messaging related implementations and utilities used by other health packages.