@ApplicationScoped public class HelloService extends Object
| Constructor and Description |
|---|
HelloService() |
@Counted(monotonic=true,
name="hello-count",
absolute=true,
displayName="Hello Count",
description="Number of hello invocations")
public String hello()
@Timed(unit="milliseconds",
name="howdy-time",
absolute=true,
displayName="Howdy Time",
description="Time of howdy invocations")
public String howdy()
Copyright © 2018. All rights reserved.