public class InstanceRepository extends Object
| Constructor and Description |
|---|
InstanceRepository(ArtemisClientConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Set<Instance> |
getAvailableInstances() |
org.springframework.web.socket.TextMessage |
getHeartbeatMessage() |
void |
register(Set<Instance> instances) |
void |
registerToRemote(Set<Instance> instances) |
void |
unregister(Set<Instance> instances) |
protected void |
updateInstances(Set<Instance> instances,
RegisterType type) |
public InstanceRepository(ArtemisClientConfig config)
public org.springframework.web.socket.TextMessage getHeartbeatMessage()
protected void updateInstances(Set<Instance> instances, RegisterType type)
Copyright © 2020 org.mydotey. All rights reserved.