Skip to content

Instantly share code, notes, and snippets.

@dev-aritra
Created November 16, 2020 11:03
Show Gist options
  • Save dev-aritra/40c2abd7ad9e009ad0f0da67d840aabc to your computer and use it in GitHub Desktop.
Save dev-aritra/40c2abd7ad9e009ad0f0da67d840aabc to your computer and use it in GitHub Desktop.
public interface StorePort {
Mono<Store> addStore(Store store);
}
public interface UpdateStoreCountInZipCodePort {
void incrementStoreCount(String zipCode);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment