Interface ContextRequestHydrator

  • All Superinterfaces:
    org.springframework.core.Ordered
    All Known Implementing Classes:
    DefaultContextRequestHydrator

    public interface ContextRequestHydrator
    extends org.springframework.core.Ordered
    Looks up partial data passed in through a ContextRequest like through an API or other integration and hydrates all of the data within the ContextRequest
    Author:
    Phillip Verheyden (phillipuniverse)
    See Also:
    DefaultContextRequestHydrator
    • Method Detail

      • getOrder

        default int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered