Interface InputParser

  • All Known Implementing Classes:
    InputParserImpl

    public interface InputParser
    • Method Detail

      • parseChainKey

        @NotNull
        @NotNull PlanKey parseChainKey​(@Nullable
                                       @Nullable String chainKeyString)
      • parseJobKey

        @NotNull
        @NotNull PlanKey parseJobKey​(@Nullable
                                     @Nullable String jobKeyString)
      • parseJobKey

        @NotNull
        @NotNull PlanKey parseJobKey​(@NotNull
                                     @NotNull PlanKey chainKey,
                                     @Nullable
                                     @Nullable String jobKeyString)