Package com.guinetik.examples
Interface Example
-
- All Known Implementing Classes:
AdpApiExample,FakeJsonApiExample,FluentApiExample,JsonTodoExample,NasaApodExample,PokeApiExample,RocketRestCircuitBreakerExample,RocketRestFluentExample,SapIdpExample,WeatherExample
public interface ExampleInterface for all RocketRest examples
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the name of the example to display in the menuvoidrun()Run the example
-
-
-
Method Detail
-
getName
String getName()
Get the name of the example to display in the menu- Returns:
- The example name
-
run
void run()
Run the example
-
-