Package io.grpc.xds

Interface ClusterSpecifierPlugin

All Known Implementing Classes:
RouteLookupServiceClusterSpecifierPlugin

interface ClusterSpecifierPlugin
Defines the parsing functionality of a ClusterSpecifierPlugin as defined in the Enovy proto api/envoy/config/route/v3/route.proto.
  • Method Details

    • typeUrls

      String[] typeUrls()
      The proto message types supported by this plugin. A plugin will be registered by each of its supported message types.
    • parsePlugin

      ConfigOrError<? extends ClusterSpecifierPlugin.PluginConfig> parsePlugin(com.google.protobuf.Message rawProtoMessage)