Interface PropagationRecord


  • public interface PropagationRecord
    Propagation record mapping header to classifier, may be a String type, or an array of strings.
    • Method Detail

      • builder

        static PropagationRecord.Builder builder()
        Create a new fluent API builder to customize configuration.
        Returns:
        a new builder
      • apply

        void apply​(ServerRequest req)
        Apply this record on the server request, reading the header and registering the context value.
        Parameters:
        req - server request