@Service public class GithubPayloadHandler extends Object implements PayloadHandler
| Constructor and Description |
|---|
GithubPayloadHandler(org.eclipse.egit.github.core.client.GitHubClient gitHubClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(com.google.gson.JsonObject payload)
Consume the request.
|
@Autowired public GithubPayloadHandler(org.eclipse.egit.github.core.client.GitHubClient gitHubClient)
public void handle(com.google.gson.JsonObject payload)
throws Throwable
PayloadHandlerhandle in interface PayloadHandlerpayload - The request payloadThrowable - If the request could not be consumedCopyright © 2017 Pivotal Software, Inc.. All rights reserved.