public class MessagerConnectorConfigTO extends Object
com.communote.server.model.messaging.mc.config.MessagerConnectorConfig
entity.Constructor and Description |
---|
MessagerConnectorConfigTO(MessagerConnectorType type,
int priority) |
MessagerConnectorConfigTO(MessagerConnectorType type,
int priority,
Map<String,String> properties,
boolean onlyIfAvailable) |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
Map<String,String> |
getProperties() |
MessagerConnectorType |
getType() |
boolean |
isOnlyIfAvailable() |
public MessagerConnectorConfigTO(MessagerConnectorType type, int priority)
type
- the type of the messager connectorpriority
- the priority of the configurationpublic MessagerConnectorConfigTO(MessagerConnectorType type, int priority, Map<String,String> properties, boolean onlyIfAvailable)
type
- the type of the messager connectorpriority
- the priority of the configurationproperties
- additional properties of the configurationonlyIfAvailable
- the messager is only active if availablepublic int getPriority()
public Map<String,String> getProperties()
public MessagerConnectorType getType()
public boolean isOnlyIfAvailable()
Copyright © 2019 Communote team. All rights reserved.