public class ReleaseStateUpdateService extends Object
ReleaseRepository
.Constructor and Description |
---|
ReleaseStateUpdateService(ReleaseManagerFactory releaseManagerFactory,
ReleaseRepository releaseRepository)
Instantiates a new release state update service.
|
Modifier and Type | Method and Description |
---|---|
void |
updateReactively() |
public ReleaseStateUpdateService(ReleaseManagerFactory releaseManagerFactory, ReleaseRepository releaseRepository)
releaseManagerFactory
- the release manager factoryreleaseRepository
- the release repository@Scheduled(initialDelay=5000L, fixedRate=5000L) @Transactional public void updateReactively()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.