Interface VeniceChangelogConsumerClientFactory.ViewClassGetter

  • Enclosing class:
    VeniceChangelogConsumerClientFactory
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface VeniceChangelogConsumerClientFactory.ViewClassGetter
    • Method Detail

      • apply

        java.lang.String apply​(java.lang.String storeName,
                               java.lang.String viewName,
                               D2ControllerClient d2ControllerClient,
                               int retries)