Class QMessagingProviderMetaData
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.messaging.QMessagingProviderMetaData
- All Implemented Interfaces:
MetaDataProducerOutput,QMetaDataObject,TopLevelMetaDataInterface,Serializable
- Direct Known Subclasses:
EmailMessagingProviderMetaData,SESMessagingProviderMetaData
Base class for qqq messaging-providers. e.g., a connection to an outbound
email service, or, for example, Slack.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSelfToInstance(QInstance qInstance) call the appropriate methods on a QInstance to add ourselves to it.getName()Getter for namegetType()Getter for typevoidSetter for namevoidSetter for typeFluent setter for nameFluent setter for type
-
Constructor Details
-
QMessagingProviderMetaData
public QMessagingProviderMetaData()
-
-
Method Details
-
getName
Getter for name- Specified by:
getNamein interfaceTopLevelMetaDataInterface
-
setName
Setter for name -
withName
Fluent setter for name -
getType
Getter for type -
setType
Setter for type -
withType
Fluent setter for type -
addSelfToInstance
Description copied from interface:MetaDataProducerOutputcall the appropriate methods on a QInstance to add ourselves to it.- Specified by:
addSelfToInstancein interfaceMetaDataProducerOutput- Specified by:
addSelfToInstancein interfaceTopLevelMetaDataInterface
-