Interface Step2Builder<U>

    • Method Detail

      • forType

        default Step3Builder<U> forType​(String eventType)
        Defines the EventType as String to invoke the use case for.
        Parameters:
        eventType - the EventType String to check for
        Returns:
        the next step in the fluent builder interface
      • forType

        Step3Builder<U> forType​(EventType eventType)
        Defines the EventType to invoke the use case for.
        Parameters:
        eventType - the EventType to check for
        Returns:
        the next step in the fluent builder interface