Example usage for org.springframework.integration.leader AbstractCandidate subclass-usage

List of usage examples for org.springframework.integration.leader AbstractCandidate subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.leader AbstractCandidate subclass-usage.

Usage

From source file org.springframework.integration.leader.DefaultCandidate.java

/**
 * Simple {@link Candidate} for leadership.
 * This implementation simply logs when it is elected and when its leadership is revoked.
 *
 * @author Janne Valkealahti
 * @author Artem Bilan