public class AddWanConfigResult extends Object
Constructor and Description |
---|
AddWanConfigResult(Collection<String> addedPublisherIds,
Collection<String> ignoredPublisherIds) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getAddedPublisherIds()
Returns the IDs for the WAN publishers which were added to the
configuration.
|
Collection<String> |
getIgnoredPublisherIds()
Returns the IDs for the WAN publishers which were ignored and not added
to the configuration.
|
public AddWanConfigResult(Collection<String> addedPublisherIds, Collection<String> ignoredPublisherIds)
public Collection<String> getAddedPublisherIds()
public Collection<String> getIgnoredPublisherIds()
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.