| Package | Description |
|---|---|
| org.graylog2.shared.rest.resources |
| Modifier and Type | Method and Description |
|---|---|
static <ResponseType> |
ProxiedResource.MasterResponse.create(boolean isSuccess,
int code,
ResponseType entity,
byte[] error) |
protected <RemoteInterfaceType,RemoteCallResponseType> |
ProxiedResource.requestOnMaster(Function<RemoteInterfaceType,retrofit2.Call<RemoteCallResponseType>> remoteInterfaceFunction,
Function<String,Optional<RemoteInterfaceType>> remoteInterfaceProvider)
Execute the given remote interface function on the master node.
|
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.