org.virtualrepository.spi

Interface Publisher<T extends Asset,A>

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void publish(T asset, A content)
      Publishes an asset through the bound service.
      • Methods inherited from interface org.virtualrepository.spi.Accessor

        api, type
    • Method Detail

      • publish

        void publish(T asset,
                   A content)
                     throws Exception
        Publishes an asset through the bound service.
        Parameters:
        asset - the asset
        content - the content of the asset
        Throws:
        Exception

Copyright © 2014. All Rights Reserved.