com.transferwise.tasks.entrypoints.EntryPointsGroups Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tw-tasks-core Show documentation
Show all versions of tw-tasks-core Show documentation
Transferwise Tasks Executor - Fire and forget until Alert.
package com.transferwise.tasks.entrypoints;
public final class EntryPointsGroups {
public static final String TW_TASKS = "TwTasks";
public static final String TW_TASKS_ENGINE = "TwTasksEngine";
private EntryPointsGroups() {
throw new AssertionError();
}
}