toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.batch.controller
Package-level
declarations
Types
Types
Batch
Controller
Link copied to clipboard
@
Validated
@
RestController
@
RequestMapping
(
value
=
[
"/batch"
]
)
class
BatchController
(
batchSendArticleEmailService
:
ApiBatchSendArticleEmailService
,
@
Value
(
value
=
"${auth.batch}"
)
auth
:
String
)