public static interface IGovernanceConsumerPublisher.ICreateConsumerContext
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getConsumerEndpoints()
Returns the list of consumer endpoints.
|
java.util.List<?> |
getDependentServices()
Returns a list of services that the consumer is dependent on.
|
java.lang.String |
getDimensionMemberValue()
Returns the value of the dimension that is associated with consumers.
|
java.lang.String |
getNodeName()
Returns the name of the node which hosts the consumer.
|
void |
setConsumer(java.lang.Object val)
Sets the created consumer.
|
java.util.List<java.lang.String> getConsumerEndpoints()
java.util.List<?> getDependentServices()
java.lang.String getNodeName()
java.lang.String getDimensionMemberValue()
void setConsumer(java.lang.Object val)
val
- The created consumer.