-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from bfncs/refactor/simplify
Refactor: remove telescopic builders
- Loading branch information
Showing
14 changed files
with
136 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
src/main/java/io/retel/ariproxy/boundary/events/MetricsGatherer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package io.retel.ariproxy.boundary.events; | ||
|
||
import io.retel.ariproxy.metrics.MetricsServiceMessage; | ||
import java.util.function.Supplier; | ||
|
||
@FunctionalInterface | ||
interface MetricsGatherer { | ||
MetricsServiceMessage withCallContextSupplier(Supplier<String> callContextSupplier); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
src/main/java/io/retel/ariproxy/boundary/processingpipeline/FromSource.java
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/main/java/io/retel/ariproxy/boundary/processingpipeline/ProcessingPipeline.java
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/java/io/retel/ariproxy/boundary/processingpipeline/Run.java
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/main/java/io/retel/ariproxy/boundary/processingpipeline/ToSink.java
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/main/java/io/retel/ariproxy/boundary/processingpipeline/WithCallContextProvider.java
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/java/io/retel/ariproxy/boundary/processingpipeline/WithHandler.java
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/main/java/io/retel/ariproxy/boundary/processingpipeline/WithMetricsService.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.