RulePoint
- RulePoint 6.1.2
- All Products
Annotation
| Description
|
---|---|
com.informatica.cep.sdk.annotations.Service
| Set this annotation for all custom service classes along with the mandatory metadata when you define a service. Set the attributes for this annotation.
|
com.informatica.cep.sdk.annotations.ServiceProperty
| If your service has multiple instance variables, you can either set the variables internally within the service or externally by using inputs provided by the user. All the user-exposed and configurable properties of the service must have public getters and setters. You must apply the @ServiceProperty annotation for the getters and set the attributes for this annotation.
|