public interface EndpointConfig
| Modifier and Type | Method and Description | 
|---|---|
List<Class<? extends Decoder>> | 
getDecoders()
Return the Decoder implementation classes configured. 
 | 
List<Class<? extends Encoder>> | 
getEncoders()
Return the Encoder implementation classes configured. 
 | 
Map<String,Object> | 
getUserProperties()
This method returns a modifiable Map that the developer may use to store application specific information
 relating to the endpoint that uses this configuration instance. 
 | 
List<Class<? extends Encoder>> getEncoders()
List<Class<? extends Decoder>> getDecoders()
MessageHandler.Whole.onMessage(Object) callbacks.Map<String,Object> getUserProperties()
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.