summaryrefslogtreecommitdiff
path: root/same/src/main/java/com/orbekk/same/benchmark/HttpExampleService.java
blob: ee8cbf55379020f4320906c80bbb24e2c854f664 (plain)
1
2
3
4
5
package com.orbekk.same.benchmark;

public interface HttpExampleService {
    String methodA(String message, int arg1, int arg2);
}