Class SingletonHeaderList
- java.lang.Object
-
- org.webpieces.googlecloud.logging.SingletonHeaderList
-
- All Implemented Interfaces:
org.webpieces.microsvc.server.api.HeaderCtxList
public class SingletonHeaderList extends java.lang.Object implements org.webpieces.microsvc.server.api.HeaderCtxList
-
-
Constructor Summary
Constructors Constructor Description SingletonHeaderList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SingletonHeaderListgetSingleton()static voidinitialize(java.util.List<org.webpieces.util.context.PlatformHeaders> headers)java.util.List<org.webpieces.util.context.PlatformHeaders>listHeaderCtxPairs()
-
-
-
Method Detail
-
listHeaderCtxPairs
public java.util.List<org.webpieces.util.context.PlatformHeaders> listHeaderCtxPairs()
- Specified by:
listHeaderCtxPairsin interfaceorg.webpieces.microsvc.server.api.HeaderCtxList
-
initialize
public static void initialize(java.util.List<org.webpieces.util.context.PlatformHeaders> headers)
-
getSingleton
public static SingletonHeaderList getSingleton()
-
-