public class EventBusConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
EventBusConfig()
Default constructor
|
EventBusConfig(EventBusConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional properties for the event bus connection.
|
String |
getConnectorProvider()
Return the class name of the connector provider for the event bus.
|
String |
getTopicURLRoot()
Return the root of the topic URL.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set up the additional properties for the event bus connection.
|
void |
setConnectorProvider(String connectorProvider)
Set up the class name of the connector provider for the event bus.
|
void |
setTopicURLRoot(String topicURLRoot)
Set up the root of the topic URL.
|
String |
toString()
Standard toString method.
|
public EventBusConfig()
public EventBusConfig(EventBusConfig template)
template - object to copypublic String getConnectorProvider()
public void setConnectorProvider(String connectorProvider)
connectorProvider - class namepublic String getTopicURLRoot()
public void setTopicURLRoot(String topicURLRoot)
topicURLRoot - string URLpublic Map<String,Object> getAdditionalProperties()
public void setAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - map of name value pairspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.