Uses of Interface
me.snowdrop.boot.narayana.openshift.recovery.ServiceShutdownController
-
Packages that use ServiceShutdownController Package Description me.snowdrop.boot.narayana.openshift.recovery me.snowdrop.boot.narayana.openshift.recovery.camel -
-
Uses of ServiceShutdownController in me.snowdrop.boot.narayana.openshift.recovery
Method parameters in me.snowdrop.boot.narayana.openshift.recovery with type arguments of type ServiceShutdownController Modifier and Type Method Description NarayanaRecoveryTerminationControllerNarayanaRecoveryTerminationControllerAutoConfiguration. narayanaRecoveryTerminationController(PodStatusManager podStatusManager, Optional<List<ServiceShutdownController>> shutdownControllers, Optional<List<RecoveryErrorDetector>> recoveryErrorDetectors)Constructor parameters in me.snowdrop.boot.narayana.openshift.recovery with type arguments of type ServiceShutdownController Constructor Description NarayanaRecoveryTerminationController(PodStatusManager podStatusManager, List<ServiceShutdownController> shutdownControllers, List<RecoveryErrorDetector> recoveryErrorDetectors) -
Uses of ServiceShutdownController in me.snowdrop.boot.narayana.openshift.recovery.camel
Classes in me.snowdrop.boot.narayana.openshift.recovery.camel that implement ServiceShutdownController Modifier and Type Class Description static classCamelServiceShutdownControllerAutoConfiguration.CamelServiceShutdownControllerWaits for the Camel context to stop.
-