| Annotation Type | Description |
|---|---|
| AfterConstruct |
This annotation is used to mark the method which will be executed after constructing of service
and dependency injection is done.
|
| BeforeDestroy |
This annotation is used to mark the method which will be executed before shutdown of service
Scalecube services doesn't support PreDestroy since Java API *
Specification for it has strict limitation for annotated method. |
| Inject | |
| RequestType | |
| ResponseType | |
| Service |
Indicates that an annotated class is an Service Fabric service object.
|
| ServiceMethod |
Indicates that an annotated method is a service method available via Service Fabric framework.
|
| Tag |
Key-value entry to provide additional information about service itself or method.
|
| Tags |
Contains tags associated with
Service or ServiceMethod. |
Copyright © 2015–2021. All rights reserved.