com.transferwise.common.context.ownership.EntryPointOwnerProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tw-context-starter-ownership Show documentation
Show all versions of tw-context-starter-ownership Show documentation
Tw Context Ownership starter - Allows to define owners for entrypoints
The newest version!
package com.transferwise.common.context.ownership;
public interface EntryPointOwnerProvider {
String getOwner(String entryPointGroup, String entryPointName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy