Package com.totvs.tjf.communication.sdk
Class SmartTalkProperties
java.lang.Object
com.totvs.tjf.communication.sdk.SmartTalkProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetAuth()Authentication properties.Exchange properties.intCommunication service maxBytes.getUrl()Communication service URL.inthashCode()voidAuthentication properties.voidsetExchange(SmartTalkProperties.Exchange exchange) Exchange properties.voidsetMaxBytes(int maxBytes) Communication service maxBytes.voidCommunication service URL.toString()
-
Constructor Details
-
SmartTalkProperties
public SmartTalkProperties()
-
-
Method Details
-
getUrl
Communication service URL. -
getMaxBytes
public int getMaxBytes()Communication service maxBytes. This property set the max size of a message that can be sent to the message broker. -
getAuth
Authentication properties. -
getExchange
Exchange properties. -
setUrl
Communication service URL. -
setMaxBytes
public void setMaxBytes(int maxBytes) Communication service maxBytes. This property set the max size of a message that can be sent to the message broker. -
setAuth
Authentication properties. -
setExchange
Exchange properties. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-