クラス WebhookServiceImpl
java.lang.Object
org.iplass.mtp.impl.definition.AbstractTypedMetaDataService<MetaWebhookTemplate,MetaWebhookTemplate.WebhookTemplateRuntime>
org.iplass.mtp.impl.webhook.WebhookServiceImpl
- すべての実装されたインタフェース:
TypedMetaDataService<MetaWebhookTemplate,,MetaWebhookTemplate.WebhookTemplateRuntime> WebhookService,Service
public class WebhookServiceImpl
extends AbstractTypedMetaDataService<MetaWebhookTemplate,MetaWebhookTemplate.WebhookTemplateRuntime>
implements WebhookService
WebhookService
-
ネストされたクラスの概要
ネストされたクラス -
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voiddestroy()generateWebhook(String webhookDefinitionName, Map<String, Object> binding, String endpointDefinitionName) static Stringwebhook template メタデータパスを取得するメタデータのクラスを取得します。メタデータのRuntimeクラスを取得します。getWebhookByName(String webhookDefinitionName, Map<String, Object> binding) voidvoidsendWebhookAsync(Webhook webhook) 非同期sendWebhookvoidsendWebhookSync(Webhook webhook) 同期sendWebhookクラスから継承されたメソッド org.iplass.mtp.impl.definition.AbstractTypedMetaDataService
createMetaData, getRuntimeById, getRuntimeByName, list, list, nameList, removeMetaData, updateMetaDataクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.impl.definition.TypedMetaDataService
createMetaData, getRuntimeById, getRuntimeByName, list, list, nameList, removeMetaData, updateMetaData
-
フィールド詳細
-
WEBHOOK_TEMPLATE_META_PATH
webhook template メタデータパス- 関連項目:
-
-
コンストラクタの詳細
-
WebhookServiceImpl
public WebhookServiceImpl()
-
-
メソッドの詳細
-
getFixedPath
webhook template メタデータパスを取得する- 戻り値:
- webhook template メタデータパス
-
init
-
destroy
public void destroy() -
getMetaDataType
インタフェースからコピーされた説明:TypedMetaDataServiceメタデータのクラスを取得します。 -
getRuntimeType
インタフェースからコピーされた説明:TypedMetaDataServiceメタデータのRuntimeクラスを取得します。 -
getWebhookByName
- 定義:
getWebhookByNameインタフェース内WebhookService
-
sendWebhookSync
同期sendWebhook- 定義:
sendWebhookSyncインタフェース内WebhookService
-
sendWebhookAsync
非同期sendWebhookAsyncTaskManagerのローカルスレッドを使用する
- 定義:
sendWebhookAsyncインタフェース内WebhookService
-
generateWebhook
public Webhook generateWebhook(String webhookDefinitionName, Map<String, Object> binding, String endpointDefinitionName) - 定義:
generateWebhookインタフェース内WebhookService
-