Uses of Class
com.totvs.tjf.core.message.CloudEventsInfo
-
Packages that use CloudEventsInfo Package Description com.totvs.tjf.core.message -
-
Uses of CloudEventsInfo in com.totvs.tjf.core.message
Methods in com.totvs.tjf.core.message that return CloudEventsInfo Modifier and Type Method Description CloudEventsInfoCloudEventsInfoBuilder. build()Builds and return the CloudEventsInfo.CloudEventsInfoTOTVSHeader. getCloudEventsInfo()This method returns the CloudEventsInfo.Constructors in com.totvs.tjf.core.message with parameters of type CloudEventsInfo Constructor Description TOTVSHeader(String type, TransactionInfo transactionInfo, CloudEventsInfo cloudEventsInfo)Default constructor with TransactionInfo that initializes with defaults values.TOTVSHeader(String type, String tenantId, TransactionInfo transactionInfo, CloudEventsInfo cloudEventsInfo)Default constructor with TransactionInfo that initializes with defaults values.TOTVSMessage(String type, TransactionInfo transactionInfo, CloudEventsInfo cloudEventsInfo)Constructor with TransactionInfo that initializes with defaults values if not defined.TOTVSMessage(String type, String tenantId, TransactionInfo transactionInfo, CloudEventsInfo cloudEventsInfo)Constructor with TransactionInfo that initializes with defaults values if not defined.TOTVSMessage(String type, T content, TransactionInfo transactionInfo, CloudEventsInfo cloudEventsInfo)Constructor with content that initializes with defaults values if not defined.
-