public abstract class OneTimeTriggerAbstractCallback extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
tenantDomain |
Constructor and Description |
---|
OneTimeTriggerAbstractCallback() |
Modifier and Type | Method and Description |
---|---|
protected void |
handleReconnection() |
boolean |
isCallbackSuspended() |
boolean |
isInboundRunnerMode() |
protected abstract void |
reConnect() |
void |
releaseCallbackSuspension() |
void |
setInboundRunnerMode(boolean isInboundRunnerMode) |
void |
setTenantDomain(String tenantDomain) |
protected void |
shutdown() |
void |
startInboundTenantLoading(String inboundIdentifier) |
protected String tenantDomain
protected void handleReconnection() throws InterruptedException
InterruptedException
protected void shutdown()
protected abstract void reConnect()
public void releaseCallbackSuspension()
public boolean isCallbackSuspended()
public void setTenantDomain(String tenantDomain)
public void startInboundTenantLoading(String inboundIdentifier)
public void setInboundRunnerMode(boolean isInboundRunnerMode)
public boolean isInboundRunnerMode()
Copyright © 2019 WSO2. All rights reserved.