File tree 3 files changed +5
-11
lines changed
cache-explorer/src/main/resources/config
handler/src/main/java/com/networknt/handler
utility/src/main/java/com/networknt/utility
3 files changed +5
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ private static void registerMiddlewareHandler(Object handler) {
410
410
* constructor fields. To note: It could either implement HttpHandler, or
411
411
* HandlerProvider.
412
412
*
413
- * @param handler
413
+ * @param handler handler string
414
414
*/
415
415
private static void initStringDefinedHandler (String handler ) {
416
416
Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ public class Constants {
51
51
public static final String SWAGGER_OPERATION_STRING = "swagger_operation" ;
52
52
// OpenAPI 3.0 operation header name
53
53
public static final String OPENAPI_OPERATION_STRING = "openapi_operation" ;
54
+ // Hybrid service schema
55
+ public static final String HYBRID_SERVICE_ID = "hybrid_service_id" ;
56
+ public static final String HYBRID_SERVICE_MAP = "hybrid_service_map" ;
57
+ public static final String HYBRID_SERVICE_DATA = "hybrid_service_data" ;
54
58
55
59
public static final String SCOPE_TOKEN_STRING = "X-Scope-Token" ;
56
60
public static final String CONSUL_TOKEN_STRING = "X-Consul-Token" ;
You can’t perform that action at this time.
0 commit comments