Java org.springframework.integration.support.leader LockRegistryLeaderInitiator fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.support.leader LockRegistryLeaderInitiator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.support.leader LockRegistryLeaderInitiator.

The text is from its open source code.

Constructor

LockRegistryLeaderInitiator(LockRegistry locks)
Create a new leader initiator with the provided lock registry and a default candidate (which just logs the leadership events).
LockRegistryLeaderInitiator(LockRegistry locks, Candidate candidate)
Create a new leader initiator.