package query.hessian.accounts;

import replicationAnnotations.OuterWorldAPI;
import org.jetbrains.annotations.NotNull;

/**
 * Allows to specify many items and once to be sent via mail to avatars.
 * 
 * @author andrey.kuprishov
 */
@OuterWorldAPI
public interface AccountService5  extends AccountService4 {
  @NotNull
  SendItemResult mutisendItemToAvatarByMail(@NotNull ItemToSend[] items) throws AccountServiceException;
}
