public interface EndpointConfig
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Class<? extends Decoder>> |
getDecoders()
Return the Decoder implementation classes configured.
|
java.util.List<java.lang.Class<? extends Encoder>> |
getEncoders()
Return the Encoder implementation classes configured.
|
java.util.Map<java.lang.String,java.lang.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.
|
java.util.List<java.lang.Class<? extends Encoder>> getEncoders()
java.util.List<java.lang.Class<? extends Decoder>> getDecoders()
MessageHandler.Whole.onMessage(Object)
callbacks.java.util.Map<java.lang.String,java.lang.Object> getUserProperties()