Class GetKnownClientsReply
- java.lang.Object
-
- org.opendaylight.controller.cluster.datastore.messages.GetKnownClientsReply
-
- All Implemented Interfaces:
Serializable
public final class GetKnownClientsReply extends Object implements Serializable
Reply toGetKnownClients.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetKnownClientsReply(com.google.common.collect.ImmutableSet<org.opendaylight.controller.cluster.access.concepts.ClientIdentifier> clients)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull com.google.common.collect.ImmutableSet<org.opendaylight.controller.cluster.access.concepts.ClientIdentifier>getClients()
-