public class PublisherConfiguration extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthUrlGroup() |
int |
getInitIdleObjectDataPublishingAgents() |
static PublisherConfiguration |
getInstance() |
int |
getMaxIdleDataPublishingAgents() |
String |
getPassword() |
int |
getPublisherThreadPoolCoreSize() |
int |
getPublisherThreadPoolKeepAliveTime() |
int |
getPublisherThreadPoolMaximumSize() |
String |
getReceiverUrlGroup() |
String |
getUserName() |
void |
setConfiguration(org.ballerinalang.jvm.values.api.BMap<String,Object> publisherConfiguration) |
public int getMaxIdleDataPublishingAgents()
public int getInitIdleObjectDataPublishingAgents()
public int getPublisherThreadPoolCoreSize()
public int getPublisherThreadPoolMaximumSize()
public int getPublisherThreadPoolKeepAliveTime()
public String getReceiverUrlGroup()
public String getAuthUrlGroup()
public String getUserName()
public String getPassword()
public static PublisherConfiguration getInstance()
Copyright © 2021 WSO2. All rights reserved.