From c00931cffb0d6e1e8098a929340d442bc8e5f4f5 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Wed, 26 Jul 2017 10:09:16 -0500 Subject: [POLICY-119] noop endpoint and refactoring noop endpoint was added to support communication between drools-applications and policy-framework using the common "PolicyEngine.deliver(topic, message)" mechanins. The endpoint type will be noop. This can be used for testing sanity of any given drools-application from the framework. An intial refactoring of the endpoints hierarchy was added too. Change-Id: I62dbe75f511dd6215406fbd7cf0dd5a88bc1efc3 Signed-off-by: Jorge Hernandez --- .../java/org/openecomp/policy/drools/properties/PolicyProperties.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'policy-core') diff --git a/policy-core/src/main/java/org/openecomp/policy/drools/properties/PolicyProperties.java b/policy-core/src/main/java/org/openecomp/policy/drools/properties/PolicyProperties.java index 5e7a351c..06082fcf 100644 --- a/policy-core/src/main/java/org/openecomp/policy/drools/properties/PolicyProperties.java +++ b/policy-core/src/main/java/org/openecomp/policy/drools/properties/PolicyProperties.java @@ -73,6 +73,8 @@ public interface PolicyProperties { public static final String PROPERTY_DMAAP_DME2_SUB_CONTEXT_PATH_SUFFIX = ".dme2.subContextPath"; public static final String PROPERTY_DMAAP_DME2_SESSION_STICKINESS_REQUIRED_SUFFIX = ".dme2.sessionStickinessRequired"; + public static final String PROPERTY_NOOP_SINK_TOPICS = "noop.sink.topics"; + /* HTTP Server Properties */ public static final String PROPERTY_HTTP_SERVER_SERVICES = "http.server.services"; -- cgit 1.2.3-korg