squadron_annotations
library
Classes
-
SerializeWith
-
Annotation used to indicate the type of a serializer to be used when
marshaling/unmarshaling data to/from a worker service. Package
squadron_builder
will generate appropriate serialization code based
on the provided marshaler.
-
SquadronMethod
-
Annotation for service methods to be exposed by workers.
-
SquadronService
-
Annotation for service classes to be wrapped as workers.
-
UseLogger
-
Annotation used to indicate the type of logger to be used in worker threads.
Package
squadron_builder
will register the provided logger when initializing
the worker thread.