Package com.totvs.tjf.communication.sdk
Class SmartTalkProperties
java.lang.Object
com.totvs.tjf.communication.sdk.SmartTalkProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getAuth()
Authentication properties.Exchange properties.int
Communication service maxBytes.getUrl()
Communication service URL.int
hashCode()
void
Authentication properties.void
setExchange
(SmartTalkProperties.Exchange exchange) Exchange properties.void
setMaxBytes
(int maxBytes) Communication service maxBytes.void
Communication 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
-