squadron_annotations library

Classes

SerializeWith
Annotation used to indicate the type of a serializer to be used when marshalling/unmarshalling data to/from a worker service. Package squadron_builder will generate appropriate serialization code based on the provided marshaller.
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 a logger to be used in worker threads. Package squadron_builder will register the provided logger when initializing the worker thread.