Newer
Older
<?php
namespace IQDEV\ElasticSearch\Indexer;
use IQDEV\ElasticSearch\Esable;
final class BulkIndex implements Index
{
public function __construct(
private string $name,
private Esable $body,
private ?string $id = null
) {