Interface RemoteClientSetup
-
- All Known Implementing Classes:
RemoteClientSetupImpl
public interface RemoteClientSetup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Set<RemoteClientBuilder>
getBuilders(@NotNull Collection<String> aspectKeys)
-
-
-
Method Detail
-
getBuilders
@NotNull @NotNull Set<RemoteClientBuilder> getBuilders(@NotNull @NotNull Collection<String> aspectKeys)
- Parameters:
aspectKeys
- the set of builder aspect keys referenced by the remote client- Returns:
- the set of registered services implementing the requested aspects
-
-