Class WithHandlerBean
java.lang.Object
org.apache.camel.quarkus.component.bean.WithHandlerBean
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WithHandlerBean
public WithHandlerBean()
-
-
Method Details
-
sayHello1
@Handler public void sayHello1(org.apache.camel.Exchange exchange) Just set an hello message. -
sayHello2
public void sayHello2(org.apache.camel.Exchange exchange) Just set an hello message.
-