Package io.quarkiverse.cxf.devconsole
Class DevCxfClientInfosSupplier
- java.lang.Object
-
- io.quarkiverse.cxf.devconsole.DevCxfClientInfosSupplier
-
- All Implemented Interfaces:
Supplier<Collection<CXFClientInfo>>
public class DevCxfClientInfosSupplier extends Object implements Supplier<Collection<CXFClientInfo>>
-
-
Constructor Summary
Constructors Constructor Description DevCxfClientInfosSupplier()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<CXFClientInfo>allClientInfos()List<CXFClientInfo>get()
-
-
-
Method Detail
-
get
public List<CXFClientInfo> get()
- Specified by:
getin interfaceSupplier<Collection<CXFClientInfo>>
-
allClientInfos
public static Collection<CXFClientInfo> allClientInfos()
-
-