protected class LeaderInitiator.HazelcastContext
extends java.lang.Object
implements org.springframework.integration.leader.Context
| Modifier | Constructor and Description |
|---|---|
protected |
HazelcastContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeader() |
java.lang.String |
toString() |
void |
yield() |
public boolean isLeader()
isLeader in interface org.springframework.integration.leader.Contextpublic void yield()
yield in interface org.springframework.integration.leader.Contextpublic java.lang.String toString()
toString in class java.lang.Object