Interface FHIRPayloadPartitionStrategy


  • public interface FHIRPayloadPartitionStrategy
    Strategy for obtaining a partition name to use when storing the payload in a partitioned datastore.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPartitionName​(java.lang.String resourceType, java.lang.String logicalId)
      Ask for the partition name from this strategy
    • Method Detail

      • getPartitionName

        java.lang.String getPartitionName​(java.lang.String resourceType,
                                          java.lang.String logicalId)
        Ask for the partition name from this strategy
        Returns: