Class RocketRestFluentExample

  • All Implemented Interfaces:
    Example

    public class RocketRestFluentExample
    extends Object
    implements Example
    Example demonstrating the Fluent API interface with Result pattern using the main RocketRest class.
    • Constructor Detail

      • RocketRestFluentExample

        public RocketRestFluentExample()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Example
        Get the name of the example to display in the menu
        Specified by:
        getName in interface Example
        Returns:
        The example name
      • run

        public void run()
        Description copied from interface: Example
        Run the example
        Specified by:
        run in interface Example