|
Change Parameter Type transformer : Function<L,K> to transformer : Function<RemoteCallResponseType,FinalResponseType> in method protected getForAllNodes(fn Function<RemoteInterfaceType,Call<RemoteCallResponseType>>, interfaceProvider Function<String,Optional<RemoteInterfaceType>>, transformer Function<RemoteCallResponseType,FinalResponseType>) : Map<String,Optional<FinalResponseType>> in class org.graylog2.shared.rest.resources.ProxiedResource |
From |
To |
|
Change Parameter Type interfaceClass : Class<T> to interfaceClass : Class<RemoteInterfaceType> in method protected createRemoteInterfaceProvider(interfaceClass Class<RemoteInterfaceType>) : Function<String,Optional<RemoteInterfaceType>> in class org.graylog2.shared.rest.resources.ProxiedResource |
From |
To |
|
Change Parameter Type interfaceProvider : Function<String,Optional<T>> to interfaceProvider : Function<String,Optional<RemoteInterfaceType>> in method protected getForAllNodes(fn Function<RemoteInterfaceType,Call<RemoteCallResponseType>>, interfaceProvider Function<String,Optional<RemoteInterfaceType>>, transformer Function<RemoteCallResponseType,FinalResponseType>) : Map<String,Optional<FinalResponseType>> in class org.graylog2.shared.rest.resources.ProxiedResource |
From |
To |
|
Change Parameter Type interfaceProvider : Function<String,Optional<T>> to interfaceProvider : Function<String,Optional<RemoteInterfaceType>> in method protected getForAllNodes(fn Function<RemoteInterfaceType,Call<RemoteCallResponseType>>, interfaceProvider Function<String,Optional<RemoteInterfaceType>>) : Map<String,Optional<RemoteCallResponseType>> in class org.graylog2.shared.rest.resources.ProxiedResource |
From |
To |
|
Change Parameter Type fn : Function<T,Call<K>> to fn : Function<RemoteInterfaceType,Call<RemoteCallResponseType>> in method protected getForAllNodes(fn Function<RemoteInterfaceType,Call<RemoteCallResponseType>>, interfaceProvider Function<String,Optional<RemoteInterfaceType>>) : Map<String,Optional<RemoteCallResponseType>> in class org.graylog2.shared.rest.resources.ProxiedResource |
From |
To |
|
Change Parameter Type fn : Function<T,Call<L>> to fn : Function<RemoteInterfaceType,Call<RemoteCallResponseType>> in method protected getForAllNodes(fn Function<RemoteInterfaceType,Call<RemoteCallResponseType>>, interfaceProvider Function<String,Optional<RemoteInterfaceType>>, transformer Function<RemoteCallResponseType,FinalResponseType>) : Map<String,Optional<FinalResponseType>> in class org.graylog2.shared.rest.resources.ProxiedResource |
From |
To |
|
Change Return Type Map<String,Optional<K>> to Map<String,Optional<RemoteCallResponseType>> in method protected getForAllNodes(fn Function<RemoteInterfaceType,Call<RemoteCallResponseType>>, interfaceProvider Function<String,Optional<RemoteInterfaceType>>) : Map<String,Optional<RemoteCallResponseType>> in class org.graylog2.shared.rest.resources.ProxiedResource |
From |
To |
|
Change Return Type Map<String,Optional<K>> to Map<String,Optional<FinalResponseType>> in method protected getForAllNodes(fn Function<RemoteInterfaceType,Call<RemoteCallResponseType>>, interfaceProvider Function<String,Optional<RemoteInterfaceType>>, transformer Function<RemoteCallResponseType,FinalResponseType>) : Map<String,Optional<FinalResponseType>> in class org.graylog2.shared.rest.resources.ProxiedResource |
From |
To |
|
Change Return Type Function<String,Optional<T>> to Function<String,Optional<RemoteInterfaceType>> in method protected createRemoteInterfaceProvider(interfaceClass Class<RemoteInterfaceType>) : Function<String,Optional<RemoteInterfaceType>> in class org.graylog2.shared.rest.resources.ProxiedResource |
From |
To |