X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Fpap%2Fmain%2FPapConstants.java;h=98859f109bf2f2c68cc1864a4813afdc6906bd8d;hb=ce1e7de6148c00b00a2a48b0c2504fc8918db9dc;hp=36d5eeb237f466dff477f8e9f8a7964f05f56c88;hpb=6aa64b948942b402b496b84b89186bcd276ce04c;p=policy%2Fpap.git diff --git a/main/src/main/java/org/onap/policy/pap/main/PapConstants.java b/main/src/main/java/org/onap/policy/pap/main/PapConstants.java index 36d5eeb2..98859f10 100644 --- a/main/src/main/java/org/onap/policy/pap/main/PapConstants.java +++ b/main/src/main/java/org/onap/policy/pap/main/PapConstants.java @@ -4,6 +4,7 @@ * ================================================================================ * Copyright (C) 2019, 2021 AT&T Intellectual Property. All rights reserved. * Modifications Copyright (C) 2022 Bell Canada. All rights reserved. + * Modifications Copyright (C) 2022 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,14 +36,7 @@ public final class PapConstants { public static final String REG_PDP_MODIFY_MAP = "object:pdp/modify/map"; public static final String REG_METER_REGISTRY = "object:meter/registry"; - // topic names - public static final String TOPIC_POLICY_PDP_PAP = "POLICY-PDP-PAP"; - public static final String TOPIC_POLICY_NOTIFICATION = "POLICY-NOTIFICATION"; - public static final String TOPIC_POLICY_HEARTBEAT = "POLICY-HEARTBEAT"; - // policy components names - public static final String POLICY_API = "api"; - public static final String POLICY_DISTRIBUTION = "distribution"; public static final String POLICY_PAP = "pap"; public static final String POLICY_PDPS = "pdps";