public class TokenRouterImpl
extends java.lang.Object
implements org.appops.service.job.TokenRouter
| Constructor and Description |
|---|
TokenRouterImpl() |
TokenRouterImpl(org.appops.logging.impl.LogManager logManager) |
| Modifier and Type | Method and Description |
|---|---|
org.appops.service.store.JobMetaRegistry |
getJobMetaRegistry() |
org.appops.marshaller.Marshaller |
getMarshaller() |
org.appops.web.common.client.WebClient<?> |
getWebClient() |
void |
routeJobToken(org.appops.core.job.token.JobToken token)
Locates and routes job token to appropriate job execution service.
|
void |
routeJobTokens(org.appops.core.job.token.JobTokenSet tokens)
Locates and routes job tokens to appropriate job execution service.
|
void |
setJobMetaRegistry(org.appops.service.store.JobMetaRegistry jobMetaRegistry) |
void |
setMarshaller(org.appops.marshaller.Marshaller marshaller) |
void |
setWebClient(org.appops.web.common.client.WebClient webClient) |
public TokenRouterImpl()
@Inject public TokenRouterImpl(org.appops.logging.impl.LogManager logManager)
public void routeJobToken(org.appops.core.job.token.JobToken token)
routeJobToken in interface org.appops.service.job.TokenRoutertoken - Job token to be routed.public void routeJobTokens(org.appops.core.job.token.JobTokenSet tokens)
routeJobTokens in interface org.appops.service.job.TokenRoutertokens - Set of JobToken to be routed.public org.appops.service.store.JobMetaRegistry getJobMetaRegistry()
@Inject public void setJobMetaRegistry(org.appops.service.store.JobMetaRegistry jobMetaRegistry)
public org.appops.web.common.client.WebClient<?> getWebClient()
@Inject public void setWebClient(org.appops.web.common.client.WebClient webClient)
public org.appops.marshaller.Marshaller getMarshaller()
@Inject public void setMarshaller(org.appops.marshaller.Marshaller marshaller)
Copyright © 2022. All rights reserved.